Shades of Palatinate Purple #591C55
Tints of Palatinate Purple #591C55
RGB
CMYK
RGB Variations
Color information
#591C55 (or 0x591C55) is known color: Palatinate Purple. HEX triplet: 59, 1C and 55. RGB value is (89,28,85). Sum of RGB (Red+Green+Blue) = 89+28+85=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #591C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C55 is #A6E3AA. Grayscale: #343434. Windows color (decimal): -10937259 or 5577817. OLE color: 5577817.
HSL color Cylindrical-coordinate representation of color #591C55: hue angle of 303.93º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C55 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 85 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.65 |
| HSL | 303.93º | 0.52% | 0.23% | - |
| HSV(B) | 303.93º | 0.69% | 0.35% | - |
| XYZ | 6.17 | 3.61 | 8.97 | - |
| YUV | 52.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 85 | 0 | 0.69 | 0.04 | 0.65 | 303.93 | 0.52 | 0.23 |
| Hex | 59 | 1C | 55 | 0 | 45 | 4 | 41 | 130 | 34 | 17 |
| Octal | 131 | 34 | 125 | 0 | 105 | 4 | 101 | 460 | 64 | 27 |
| Binary | 1011001 | 11100 | 1010101 | 0 | 1000101 | 100 | 1000001 | 100110000 | 110100 | 10111 |
Color Harmonies of #591C55
Complementary color
Monochromatic Colors of #591C55
Black with #591C55
Text Example
Text Example
White with #591C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C55; }
p { color: rgb(89,28,85); }
H1.HeaderClassName
{
color: #591C55;
}
.AnyTagClassName
{
color: #591C55;
}
</style>
background-color css
<style>
a { background-color: #591C55; }
a { background-color: rgb(89,28,85); }
div.DivClassName
{
background-color: #591C55;
}
.BgClassName
{
background-color: #591C55;
}
</style>
border-color css
<style>
span { border-color: #591C55; }
span { border-color: rgb(89,28,85); }
td.TdClassName
{
border-color: #591C55;
}
.TagClassName
{
border-color: #591C55;
}
</style>