Color Hex Value
The Palette window displays the primary color as a hex string in an editor control below the mixer sliders. You can copy the text in the edit field, or you can paste a new hex string to change the color. If you paste a 6 digit hex string, the primary color will change to the red, green and blue values in the next string, in the order:
[red][green][blue]
, e.g. FF4088
means red = 255, green = 64 and blue = 136.
If you paste an 8 digit string, the last two digits will apply to the alpha level for the primary color. The hex string be uppercase, mixed case or lowercase and a hash character prefix in the pasted string is ignored.