Shades of Palatinate Purple #590E59
Tints of Palatinate Purple #590E59
RGB
CMYK
RGB Variations
Color information
#590E59 (or 0x590E59) is known color: Palatinate Purple. HEX triplet: 59, 0E and 59. RGB value is (89,14,89). Sum of RGB (Red+Green+Blue) = 89+14+89=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E59 is #A6F1A6. Grayscale: #2C2C2C. Windows color (decimal): -10940839 or 5836377. OLE color: 5836377.
HSL color Cylindrical-coordinate representation of color #590E59: hue angle of 300º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E59 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 89 | - |
| CMYK | 0 | 0.84 | 0 | 0.65 |
| HSL | 300º | 0.73% | 0.2% | - |
| HSV(B) | 300º | 0.84% | 0.35% | - |
| XYZ | 6.08 | 3.16 | 9.74 | - |
| YUV | 44.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 89 | 0 | 0.84 | 0 | 0.65 | 300 | 0.73 | 0.2 |
| Hex | 59 | E | 59 | 0 | 54 | 0 | 41 | 12C | 49 | 14 |
| Octal | 131 | 16 | 131 | 0 | 124 | 0 | 101 | 454 | 111 | 24 |
| Binary | 1011001 | 1110 | 1011001 | 0 | 1010100 | 0 | 1000001 | 100101100 | 1001001 | 10100 |
Color Harmonies of #590E59
Complementary color
Monochromatic Colors of #590E59
Black with #590E59
Text Example
Text Example
White with #590E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E59; }
p { color: rgb(89,14,89); }
H1.HeaderClassName
{
color: #590E59;
}
.AnyTagClassName
{
color: #590E59;
}
</style>
background-color css
<style>
a { background-color: #590E59; }
a { background-color: rgb(89,14,89); }
div.DivClassName
{
background-color: #590E59;
}
.BgClassName
{
background-color: #590E59;
}
</style>
border-color css
<style>
span { border-color: #590E59; }
span { border-color: rgb(89,14,89); }
td.TdClassName
{
border-color: #590E59;
}
.TagClassName
{
border-color: #590E59;
}
</style>