Shades of Palatinate Purple #590B51
Tints of Palatinate Purple #590B51
RGB
CMYK
RGB Variations
Color information
#590B51 (or 0x590B51) is known color: Palatinate Purple. HEX triplet: 59, 0B and 51. RGB value is (89,11,81). Sum of RGB (Red+Green+Blue) = 89+11+81=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #590B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B51 is #A6F4AE. Grayscale: #2A2A2A. Windows color (decimal): -10941615 or 5311321. OLE color: 5311321.
HSL color Cylindrical-coordinate representation of color #590B51: hue angle of 306.15º 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 #590B51 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 81 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.65 |
| HSL | 306.15º | 0.78% | 0.2% | - |
| HSV(B) | 306.15º | 0.88% | 0.35% | - |
| XYZ | 5.72 | 2.96 | 8.05 | - |
| YUV | 42.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 81 | 0 | 0.88 | 0.09 | 0.65 | 306.15 | 0.78 | 0.2 |
| Hex | 59 | B | 51 | 0 | 58 | 9 | 41 | 132 | 4E | 14 |
| Octal | 131 | 13 | 121 | 0 | 130 | 11 | 101 | 462 | 116 | 24 |
| Binary | 1011001 | 1011 | 1010001 | 0 | 1011000 | 1001 | 1000001 | 100110010 | 1001110 | 10100 |
Color Harmonies of #590B51
Complementary color
Monochromatic Colors of #590B51
Black with #590B51
Text Example
Text Example
White with #590B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B51; }
p { color: rgb(89,11,81); }
H1.HeaderClassName
{
color: #590B51;
}
.AnyTagClassName
{
color: #590B51;
}
</style>
background-color css
<style>
a { background-color: #590B51; }
a { background-color: rgb(89,11,81); }
div.DivClassName
{
background-color: #590B51;
}
.BgClassName
{
background-color: #590B51;
}
</style>
border-color css
<style>
span { border-color: #590B51; }
span { border-color: rgb(89,11,81); }
td.TdClassName
{
border-color: #590B51;
}
.TagClassName
{
border-color: #590B51;
}
</style>