Shades of Palatinate Purple #590D58
Tints of Palatinate Purple #590D58
RGB
CMYK
RGB Variations
Color information
#590D58 (or 0x590D58) is known color: Palatinate Purple. HEX triplet: 59, 0D and 58. RGB value is (89,13,88). Sum of RGB (Red+Green+Blue) = 89+13+88=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #590D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D58 is #A6F2A7. Grayscale: #2C2C2C. Windows color (decimal): -10941096 or 5770585. OLE color: 5770585.
HSL color Cylindrical-coordinate representation of color #590D58: hue angle of 300.79º 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 #590D58 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 13 | 88 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.65 |
| HSL | 300.79º | 0.75% | 0.2% | - |
| HSV(B) | 300.79º | 0.85% | 0.35% | - |
| XYZ | 6.03 | 3.12 | 9.52 | - |
| YUV | 44.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 88 | 0 | 0.85 | 0.01 | 0.65 | 300.79 | 0.75 | 0.2 |
| Hex | 59 | D | 58 | 0 | 55 | 1 | 41 | 12D | 4B | 14 |
| Octal | 131 | 15 | 130 | 0 | 125 | 1 | 101 | 455 | 113 | 24 |
| Binary | 1011001 | 1101 | 1011000 | 0 | 1010101 | 1 | 1000001 | 100101101 | 1001011 | 10100 |
Color Harmonies of #590D58
Complementary color
Monochromatic Colors of #590D58
Black with #590D58
Text Example
Text Example
White with #590D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D58; }
p { color: rgb(89,13,88); }
H1.HeaderClassName
{
color: #590D58;
}
.AnyTagClassName
{
color: #590D58;
}
</style>
background-color css
<style>
a { background-color: #590D58; }
a { background-color: rgb(89,13,88); }
div.DivClassName
{
background-color: #590D58;
}
.BgClassName
{
background-color: #590D58;
}
</style>
border-color css
<style>
span { border-color: #590D58; }
span { border-color: rgb(89,13,88); }
td.TdClassName
{
border-color: #590D58;
}
.TagClassName
{
border-color: #590D58;
}
</style>