Shades of Palatinate Purple #591C56
Tints of Palatinate Purple #591C56
RGB
CMYK
RGB Variations
Color information
#591C56 (or 0x591C56) is known color: Palatinate Purple. HEX triplet: 59, 1C and 56. RGB value is (89,28,86). Sum of RGB (Red+Green+Blue) = 89+28+86=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #591C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C56 is #A6E3A9. Grayscale: #343434. Windows color (decimal): -10937258 or 5643353. OLE color: 5643353.
HSL color Cylindrical-coordinate representation of color #591C56: hue angle of 302.95º 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 #591C56 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 86 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.65 |
| HSL | 302.95º | 0.52% | 0.23% | - |
| HSV(B) | 302.95º | 0.69% | 0.35% | - |
| XYZ | 6.21 | 3.63 | 9.18 | - |
| YUV | 52.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 86 | 0 | 0.69 | 0.03 | 0.65 | 302.95 | 0.52 | 0.23 |
| Hex | 59 | 1C | 56 | 0 | 45 | 3 | 41 | 12F | 34 | 17 |
| Octal | 131 | 34 | 126 | 0 | 105 | 3 | 101 | 457 | 64 | 27 |
| Binary | 1011001 | 11100 | 1010110 | 0 | 1000101 | 11 | 1000001 | 100101111 | 110100 | 10111 |
Color Harmonies of #591C56
Complementary color
Monochromatic Colors of #591C56
Black with #591C56
Text Example
Text Example
White with #591C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C56; }
p { color: rgb(89,28,86); }
H1.HeaderClassName
{
color: #591C56;
}
.AnyTagClassName
{
color: #591C56;
}
</style>
background-color css
<style>
a { background-color: #591C56; }
a { background-color: rgb(89,28,86); }
div.DivClassName
{
background-color: #591C56;
}
.BgClassName
{
background-color: #591C56;
}
</style>
border-color css
<style>
span { border-color: #591C56; }
span { border-color: rgb(89,28,86); }
td.TdClassName
{
border-color: #591C56;
}
.TagClassName
{
border-color: #591C56;
}
</style>