Shades of Palatinate Purple #590A59
Tints of Palatinate Purple #590A59
RGB
CMYK
RGB Variations
Color information
#590A59 (or 0x590A59) is known color: Palatinate Purple. HEX triplet: 59, 0A and 59. RGB value is (89,10,89). Sum of RGB (Red+Green+Blue) = 89+10+89=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590A59 is #A6F5A6. Grayscale: #2A2A2A. Windows color (decimal): -10941863 or 5835353. OLE color: 5835353.
HSL color Cylindrical-coordinate representation of color #590A59: hue angle of 300º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A59 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 10 | 89 | - |
| CMYK | 0 | 0.89 | 0 | 0.65 |
| HSL | 300º | 0.8% | 0.19% | - |
| HSV(B) | 300º | 0.89% | 0.35% | - |
| XYZ | 6.03 | 3.06 | 9.72 | - |
| YUV | 42.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 10 | 89 | 0 | 0.89 | 0 | 0.65 | 300 | 0.8 | 0.19 |
| Hex | 59 | A | 59 | 0 | 59 | 0 | 41 | 12C | 50 | 13 |
| Octal | 131 | 12 | 131 | 0 | 131 | 0 | 101 | 454 | 120 | 23 |
| Binary | 1011001 | 1010 | 1011001 | 0 | 1011001 | 0 | 1000001 | 100101100 | 1010000 | 10011 |
Color Harmonies of #590A59
Complementary color
Monochromatic Colors of #590A59
Black with #590A59
Text Example
Text Example
White with #590A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590A59; }
p { color: rgb(89,10,89); }
H1.HeaderClassName
{
color: #590A59;
}
.AnyTagClassName
{
color: #590A59;
}
</style>
background-color css
<style>
a { background-color: #590A59; }
a { background-color: rgb(89,10,89); }
div.DivClassName
{
background-color: #590A59;
}
.BgClassName
{
background-color: #590A59;
}
</style>
border-color css
<style>
span { border-color: #590A59; }
span { border-color: rgb(89,10,89); }
td.TdClassName
{
border-color: #590A59;
}
.TagClassName
{
border-color: #590A59;
}
</style>