Shades of Palatinate Purple #591652
Tints of Palatinate Purple #591652
RGB
CMYK
RGB Variations
Color information
#591652 (or 0x591652) is known color: Palatinate Purple. HEX triplet: 59, 16 and 52. RGB value is (89,22,82). Sum of RGB (Red+Green+Blue) = 89+22+82=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #591652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591652 is #A6E9AD. Grayscale: #303030. Windows color (decimal): -10938798 or 5379673. OLE color: 5379673.
HSL color Cylindrical-coordinate representation of color #591652: hue angle of 306.27º 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 #591652 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 82 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.65 |
| HSL | 306.27º | 0.6% | 0.22% | - |
| HSV(B) | 306.27º | 0.75% | 0.35% | - |
| XYZ | 5.93 | 3.31 | 8.31 | - |
| YUV | 48.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 82 | 0 | 0.75 | 0.08 | 0.65 | 306.27 | 0.6 | 0.22 |
| Hex | 59 | 16 | 52 | 0 | 4B | 8 | 41 | 132 | 3C | 16 |
| Octal | 131 | 26 | 122 | 0 | 113 | 10 | 101 | 462 | 74 | 26 |
| Binary | 1011001 | 10110 | 1010010 | 0 | 1001011 | 1000 | 1000001 | 100110010 | 111100 | 10110 |
Color Harmonies of #591652
Complementary color
Monochromatic Colors of #591652
Black with #591652
Text Example
Text Example
White with #591652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591652; }
p { color: rgb(89,22,82); }
H1.HeaderClassName
{
color: #591652;
}
.AnyTagClassName
{
color: #591652;
}
</style>
background-color css
<style>
a { background-color: #591652; }
a { background-color: rgb(89,22,82); }
div.DivClassName
{
background-color: #591652;
}
.BgClassName
{
background-color: #591652;
}
</style>
border-color css
<style>
span { border-color: #591652; }
span { border-color: rgb(89,22,82); }
td.TdClassName
{
border-color: #591652;
}
.TagClassName
{
border-color: #591652;
}
</style>