Shades of Palatinate Purple #590963
Tints of Palatinate Purple #590963
RGB
CMYK
RGB Variations
Color information
#590963 (or 0x590963) is known color: Palatinate Purple. HEX triplet: 59, 09 and 63. RGB value is (89,9,99). Sum of RGB (Red+Green+Blue) = 89+9+99=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #590963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590963 is #A6F69C. Grayscale: #2A2A2A. Windows color (decimal): -10942109 or 6490457. OLE color: 6490457.
HSL color Cylindrical-coordinate representation of color #590963: hue angle of 293.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590963 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 9 | 99 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.61 |
| HSL | 293.33º | 0.83% | 0.21% | - |
| HSV(B) | 293.33º | 0.91% | 0.39% | - |
| XYZ | 6.47 | 3.22 | 12.08 | - |
| YUV | 43.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 99 | 0.10 | 0.91 | 0 | 0.61 | 293.33 | 0.83 | 0.21 |
| Hex | 59 | 9 | 63 | A | 5B | 0 | 3D | 125 | 53 | 15 |
| Octal | 131 | 11 | 143 | 12 | 133 | 0 | 75 | 445 | 123 | 25 |
| Binary | 1011001 | 1001 | 1100011 | 1010 | 1011011 | 0 | 111101 | 100100101 | 1010011 | 10101 |
Color Harmonies of #590963
Complementary color
Monochromatic Colors of #590963
Black with #590963
Text Example
Text Example
White with #590963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590963; }
p { color: rgb(89,9,99); }
H1.HeaderClassName
{
color: #590963;
}
.AnyTagClassName
{
color: #590963;
}
</style>
background-color css
<style>
a { background-color: #590963; }
a { background-color: rgb(89,9,99); }
div.DivClassName
{
background-color: #590963;
}
.BgClassName
{
background-color: #590963;
}
</style>
border-color css
<style>
span { border-color: #590963; }
span { border-color: rgb(89,9,99); }
td.TdClassName
{
border-color: #590963;
}
.TagClassName
{
border-color: #590963;
}
</style>