Shades of Palatinate Purple #590D59
Tints of Palatinate Purple #590D59
RGB
CMYK
RGB Variations
Color information
#590D59 (or 0x590D59) is known color: Palatinate Purple. HEX triplet: 59, 0D and 59. RGB value is (89,13,89). Sum of RGB (Red+Green+Blue) = 89+13+89=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D59 is #A6F2A6. Grayscale: #2C2C2C. Windows color (decimal): -10941095 or 5836121. OLE color: 5836121.
HSL color Cylindrical-coordinate representation of color #590D59: hue angle of 300º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590D59 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 13 | 89 | - |
| CMYK | 0 | 0.85 | 0 | 0.65 |
| HSL | 300º | 0.75% | 0.2% | - |
| HSV(B) | 300º | 0.85% | 0.35% | - |
| XYZ | 6.07 | 3.13 | 9.74 | - |
| YUV | 44.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 89 | 0 | 0.85 | 0 | 0.65 | 300 | 0.75 | 0.2 |
| Hex | 59 | D | 59 | 0 | 55 | 0 | 41 | 12C | 4B | 14 |
| Octal | 131 | 15 | 131 | 0 | 125 | 0 | 101 | 454 | 113 | 24 |
| Binary | 1011001 | 1101 | 1011001 | 0 | 1010101 | 0 | 1000001 | 100101100 | 1001011 | 10100 |
Color Harmonies of #590D59
Complementary color
Monochromatic Colors of #590D59
Black with #590D59
Text Example
Text Example
White with #590D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D59; }
p { color: rgb(89,13,89); }
H1.HeaderClassName
{
color: #590D59;
}
.AnyTagClassName
{
color: #590D59;
}
</style>
background-color css
<style>
a { background-color: #590D59; }
a { background-color: rgb(89,13,89); }
div.DivClassName
{
background-color: #590D59;
}
.BgClassName
{
background-color: #590D59;
}
</style>
border-color css
<style>
span { border-color: #590D59; }
span { border-color: rgb(89,13,89); }
td.TdClassName
{
border-color: #590D59;
}
.TagClassName
{
border-color: #590D59;
}
</style>