Shades of Palatinate Purple #591552
Tints of Palatinate Purple #591552
RGB
CMYK
RGB Variations
Color information
#591552 (or 0x591552) is known color: Palatinate Purple. HEX triplet: 59, 15 and 52. RGB value is (89,21,82). Sum of RGB (Red+Green+Blue) = 89+21+82=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591552 is #A6EAAD. Grayscale: #303030. Windows color (decimal): -10939054 or 5379417. OLE color: 5379417.
HSL color Cylindrical-coordinate representation of color #591552: hue angle of 306.18º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591552 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 82 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.65 |
| HSL | 306.18º | 0.62% | 0.22% | - |
| HSV(B) | 306.18º | 0.76% | 0.35% | - |
| XYZ | 5.91 | 3.27 | 8.3 | - |
| YUV | 48.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 82 | 0 | 0.76 | 0.08 | 0.65 | 306.18 | 0.62 | 0.22 |
| Hex | 59 | 15 | 52 | 0 | 4C | 8 | 41 | 132 | 3E | 16 |
| Octal | 131 | 25 | 122 | 0 | 114 | 10 | 101 | 462 | 76 | 26 |
| Binary | 1011001 | 10101 | 1010010 | 0 | 1001100 | 1000 | 1000001 | 100110010 | 111110 | 10110 |
Color Harmonies of #591552
Complementary color
Monochromatic Colors of #591552
Black with #591552
Text Example
Text Example
White with #591552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591552; }
p { color: rgb(89,21,82); }
H1.HeaderClassName
{
color: #591552;
}
.AnyTagClassName
{
color: #591552;
}
</style>
background-color css
<style>
a { background-color: #591552; }
a { background-color: rgb(89,21,82); }
div.DivClassName
{
background-color: #591552;
}
.BgClassName
{
background-color: #591552;
}
</style>
border-color css
<style>
span { border-color: #591552; }
span { border-color: rgb(89,21,82); }
td.TdClassName
{
border-color: #591552;
}
.TagClassName
{
border-color: #591552;
}
</style>