Shades of Palatinate Purple #590D65
Tints of Palatinate Purple #590D65
RGB
CMYK
RGB Variations
Color information
#590D65 (or 0x590D65) is known color: Palatinate Purple. HEX triplet: 59, 0D and 65. RGB value is (89,13,101). Sum of RGB (Red+Green+Blue) = 89+13+101=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #590D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D65 is #A6F29A. Grayscale: #2D2D2D. Windows color (decimal): -10941083 or 6622553. OLE color: 6622553.
HSL color Cylindrical-coordinate representation of color #590D65: hue angle of 291.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590D65 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 13 | 101 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.60 |
| HSL | 291.82º | 0.77% | 0.22% | - |
| HSV(B) | 291.82º | 0.87% | 0.4% | - |
| XYZ | 6.61 | 3.35 | 12.61 | - |
| YUV | 45.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 101 | 0.12 | 0.87 | 0 | 0.60 | 291.82 | 0.77 | 0.22 |
| Hex | 59 | D | 65 | C | 57 | 0 | 3C | 124 | 4D | 16 |
| Octal | 131 | 15 | 145 | 14 | 127 | 0 | 74 | 444 | 115 | 26 |
| Binary | 1011001 | 1101 | 1100101 | 1100 | 1010111 | 0 | 111100 | 100100100 | 1001101 | 10110 |
Color Harmonies of #590D65
Complementary color
Monochromatic Colors of #590D65
Black with #590D65
Text Example
Text Example
White with #590D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D65; }
p { color: rgb(89,13,101); }
H1.HeaderClassName
{
color: #590D65;
}
.AnyTagClassName
{
color: #590D65;
}
</style>
background-color css
<style>
a { background-color: #590D65; }
a { background-color: rgb(89,13,101); }
div.DivClassName
{
background-color: #590D65;
}
.BgClassName
{
background-color: #590D65;
}
</style>
border-color css
<style>
span { border-color: #590D65; }
span { border-color: rgb(89,13,101); }
td.TdClassName
{
border-color: #590D65;
}
.TagClassName
{
border-color: #590D65;
}
</style>