Shades of Palatinate Purple #590C61
Tints of Palatinate Purple #590C61
RGB
CMYK
RGB Variations
Color information
#590C61 (or 0x590C61) is known color: Palatinate Purple. HEX triplet: 59, 0C and 61. RGB value is (89,12,97). Sum of RGB (Red+Green+Blue) = 89+12+97=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #590C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590C61 is #A6F39E. Grayscale: #2C2C2C. Windows color (decimal): -10941343 or 6360153. OLE color: 6360153.
HSL color Cylindrical-coordinate representation of color #590C61: hue angle of 294.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590C61 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 12 | 97 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.62 |
| HSL | 294.35º | 0.78% | 0.21% | - |
| HSV(B) | 294.35º | 0.88% | 0.38% | - |
| XYZ | 6.41 | 3.25 | 11.6 | - |
| YUV | 44.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 97 | 0.08 | 0.88 | 0 | 0.62 | 294.35 | 0.78 | 0.21 |
| Hex | 59 | C | 61 | 8 | 58 | 0 | 3E | 126 | 4E | 15 |
| Octal | 131 | 14 | 141 | 10 | 130 | 0 | 76 | 446 | 116 | 25 |
| Binary | 1011001 | 1100 | 1100001 | 1000 | 1011000 | 0 | 111110 | 100100110 | 1001110 | 10101 |
Color Harmonies of #590C61
Complementary color
Monochromatic Colors of #590C61
Black with #590C61
Text Example
Text Example
White with #590C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C61; }
p { color: rgb(89,12,97); }
H1.HeaderClassName
{
color: #590C61;
}
.AnyTagClassName
{
color: #590C61;
}
</style>
background-color css
<style>
a { background-color: #590C61; }
a { background-color: rgb(89,12,97); }
div.DivClassName
{
background-color: #590C61;
}
.BgClassName
{
background-color: #590C61;
}
</style>
border-color css
<style>
span { border-color: #590C61; }
span { border-color: rgb(89,12,97); }
td.TdClassName
{
border-color: #590C61;
}
.TagClassName
{
border-color: #590C61;
}
</style>