Shades of Palatinate Purple #591651
Tints of Palatinate Purple #591651
RGB
CMYK
RGB Variations
Color information
#591651 (or 0x591651) is known color: Palatinate Purple. HEX triplet: 59, 16 and 51. RGB value is (89,22,81). Sum of RGB (Red+Green+Blue) = 89+22+81=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591651 is #A6E9AE. Grayscale: #303030. Windows color (decimal): -10938799 or 5314137. OLE color: 5314137.
HSL color Cylindrical-coordinate representation of color #591651: hue angle of 307.16º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591651 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 81 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.65 |
| HSL | 307.16º | 0.6% | 0.22% | - |
| HSV(B) | 307.16º | 0.75% | 0.35% | - |
| XYZ | 5.89 | 3.29 | 8.11 | - |
| YUV | 48.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 81 | 0 | 0.75 | 0.09 | 0.65 | 307.16 | 0.6 | 0.22 |
| Hex | 59 | 16 | 51 | 0 | 4B | 9 | 41 | 133 | 3C | 16 |
| Octal | 131 | 26 | 121 | 0 | 113 | 11 | 101 | 463 | 74 | 26 |
| Binary | 1011001 | 10110 | 1010001 | 0 | 1001011 | 1001 | 1000001 | 100110011 | 111100 | 10110 |
Color Harmonies of #591651
Complementary color
Monochromatic Colors of #591651
Black with #591651
Text Example
Text Example
White with #591651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591651; }
p { color: rgb(89,22,81); }
H1.HeaderClassName
{
color: #591651;
}
.AnyTagClassName
{
color: #591651;
}
</style>
background-color css
<style>
a { background-color: #591651; }
a { background-color: rgb(89,22,81); }
div.DivClassName
{
background-color: #591651;
}
.BgClassName
{
background-color: #591651;
}
</style>
border-color css
<style>
span { border-color: #591651; }
span { border-color: rgb(89,22,81); }
td.TdClassName
{
border-color: #591651;
}
.TagClassName
{
border-color: #591651;
}
</style>