Shades of Palatinate Purple #590B57
Tints of Palatinate Purple #590B57
RGB
CMYK
RGB Variations
Color information
#590B57 (or 0x590B57) is known color: Palatinate Purple. HEX triplet: 59, 0B and 57. RGB value is (89,11,87). Sum of RGB (Red+Green+Blue) = 89+11+87=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #590B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B57 is #A6F4A8. Grayscale: #2A2A2A. Windows color (decimal): -10941609 or 5704537. OLE color: 5704537.
HSL color Cylindrical-coordinate representation of color #590B57: hue angle of 301.54º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B57 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 87 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.65 |
| HSL | 301.54º | 0.78% | 0.2% | - |
| HSV(B) | 301.54º | 0.88% | 0.35% | - |
| XYZ | 5.96 | 3.05 | 9.29 | - |
| YUV | 42.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 87 | 0 | 0.88 | 0.02 | 0.65 | 301.54 | 0.78 | 0.2 |
| Hex | 59 | B | 57 | 0 | 58 | 2 | 41 | 12E | 4E | 14 |
| Octal | 131 | 13 | 127 | 0 | 130 | 2 | 101 | 456 | 116 | 24 |
| Binary | 1011001 | 1011 | 1010111 | 0 | 1011000 | 10 | 1000001 | 100101110 | 1001110 | 10100 |
Color Harmonies of #590B57
Complementary color
Monochromatic Colors of #590B57
Black with #590B57
Text Example
Text Example
White with #590B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B57; }
p { color: rgb(89,11,87); }
H1.HeaderClassName
{
color: #590B57;
}
.AnyTagClassName
{
color: #590B57;
}
</style>
background-color css
<style>
a { background-color: #590B57; }
a { background-color: rgb(89,11,87); }
div.DivClassName
{
background-color: #590B57;
}
.BgClassName
{
background-color: #590B57;
}
</style>
border-color css
<style>
span { border-color: #590B57; }
span { border-color: rgb(89,11,87); }
td.TdClassName
{
border-color: #590B57;
}
.TagClassName
{
border-color: #590B57;
}
</style>