Shades of Palatinate Purple #591251
Tints of Palatinate Purple #591251
RGB
CMYK
RGB Variations
Color information
#591251 (or 0x591251) is known color: Palatinate Purple. HEX triplet: 59, 12 and 51. RGB value is (89,18,81). Sum of RGB (Red+Green+Blue) = 89+18+81=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #591251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591251 is #A6EDAE. Grayscale: #2E2E2E. Windows color (decimal): -10939823 or 5313113. OLE color: 5313113.
HSL color Cylindrical-coordinate representation of color #591251: hue angle of 306.76º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591251 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 81 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.65 |
| HSL | 306.76º | 0.66% | 0.21% | - |
| HSV(B) | 306.76º | 0.8% | 0.35% | - |
| XYZ | 5.82 | 3.15 | 8.09 | - |
| YUV | 46.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 81 | 0 | 0.80 | 0.09 | 0.65 | 306.76 | 0.66 | 0.21 |
| Hex | 59 | 12 | 51 | 0 | 50 | 9 | 41 | 133 | 42 | 15 |
| Octal | 131 | 22 | 121 | 0 | 120 | 11 | 101 | 463 | 102 | 25 |
| Binary | 1011001 | 10010 | 1010001 | 0 | 1010000 | 1001 | 1000001 | 100110011 | 1000010 | 10101 |
Color Harmonies of #591251
Complementary color
Monochromatic Colors of #591251
Black with #591251
Text Example
Text Example
White with #591251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591251; }
p { color: rgb(89,18,81); }
H1.HeaderClassName
{
color: #591251;
}
.AnyTagClassName
{
color: #591251;
}
</style>
background-color css
<style>
a { background-color: #591251; }
a { background-color: rgb(89,18,81); }
div.DivClassName
{
background-color: #591251;
}
.BgClassName
{
background-color: #591251;
}
</style>
border-color css
<style>
span { border-color: #591251; }
span { border-color: rgb(89,18,81); }
td.TdClassName
{
border-color: #591251;
}
.TagClassName
{
border-color: #591251;
}
</style>