Shades of Palatinate Purple #590D61
Tints of Palatinate Purple #590D61
RGB
CMYK
RGB Variations
Color information
#590D61 (or 0x590D61) is known color: Palatinate Purple. HEX triplet: 59, 0D and 61. RGB value is (89,13,97). Sum of RGB (Red+Green+Blue) = 89+13+97=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #590D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D61 is #A6F29E. Grayscale: #2D2D2D. Windows color (decimal): -10941087 or 6360409. OLE color: 6360409.
HSL color Cylindrical-coordinate representation of color #590D61: hue angle of 294.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590D61 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 13 | 97 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.62 |
| HSL | 294.29º | 0.76% | 0.22% | - |
| HSV(B) | 294.29º | 0.87% | 0.38% | - |
| XYZ | 6.42 | 3.27 | 11.6 | - |
| YUV | 45.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 97 | 0.08 | 0.87 | 0 | 0.62 | 294.29 | 0.76 | 0.22 |
| Hex | 59 | D | 61 | 8 | 57 | 0 | 3E | 126 | 4C | 16 |
| Octal | 131 | 15 | 141 | 10 | 127 | 0 | 76 | 446 | 114 | 26 |
| Binary | 1011001 | 1101 | 1100001 | 1000 | 1010111 | 0 | 111110 | 100100110 | 1001100 | 10110 |
Color Harmonies of #590D61
Complementary color
Monochromatic Colors of #590D61
Black with #590D61
Text Example
Text Example
White with #590D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D61; }
p { color: rgb(89,13,97); }
H1.HeaderClassName
{
color: #590D61;
}
.AnyTagClassName
{
color: #590D61;
}
</style>
background-color css
<style>
a { background-color: #590D61; }
a { background-color: rgb(89,13,97); }
div.DivClassName
{
background-color: #590D61;
}
.BgClassName
{
background-color: #590D61;
}
</style>
border-color css
<style>
span { border-color: #590D61; }
span { border-color: rgb(89,13,97); }
td.TdClassName
{
border-color: #590D61;
}
.TagClassName
{
border-color: #590D61;
}
</style>