Shades of Palatinate Purple #590764
Tints of Palatinate Purple #590764
RGB
CMYK
RGB Variations
Color information
#590764 (or 0x590764) is known color: Palatinate Purple. HEX triplet: 59, 07 and 64. RGB value is (89,7,100). Sum of RGB (Red+Green+Blue) = 89+7+100=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #590764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590764 is #A6F89B. Grayscale: #292929. Windows color (decimal): -10942620 or 6555481. OLE color: 6555481.
HSL color Cylindrical-coordinate representation of color #590764: hue angle of 292.9º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590764 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 7 | 100 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.61 |
| HSL | 292.9º | 0.87% | 0.21% | - |
| HSV(B) | 292.9º | 0.93% | 0.39% | - |
| XYZ | 6.5 | 3.2 | 12.33 | - |
| YUV | 42.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 100 | 0.11 | 0.93 | 0 | 0.61 | 292.9 | 0.87 | 0.21 |
| Hex | 59 | 7 | 64 | B | 5D | 0 | 3D | 125 | 57 | 15 |
| Octal | 131 | 7 | 144 | 13 | 135 | 0 | 75 | 445 | 127 | 25 |
| Binary | 1011001 | 111 | 1100100 | 1011 | 1011101 | 0 | 111101 | 100100101 | 1010111 | 10101 |
Color Harmonies of #590764
Complementary color
Monochromatic Colors of #590764
Black with #590764
Text Example
Text Example
White with #590764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590764; }
p { color: rgb(89,7,100); }
H1.HeaderClassName
{
color: #590764;
}
.AnyTagClassName
{
color: #590764;
}
</style>
background-color css
<style>
a { background-color: #590764; }
a { background-color: rgb(89,7,100); }
div.DivClassName
{
background-color: #590764;
}
.BgClassName
{
background-color: #590764;
}
</style>
border-color css
<style>
span { border-color: #590764; }
span { border-color: rgb(89,7,100); }
td.TdClassName
{
border-color: #590764;
}
.TagClassName
{
border-color: #590764;
}
</style>