Shades of Palatinate Purple #591C57
Tints of Palatinate Purple #591C57
RGB
CMYK
RGB Variations
Color information
#591C57 (or 0x591C57) is known color: Palatinate Purple. HEX triplet: 59, 1C and 57. RGB value is (89,28,87). Sum of RGB (Red+Green+Blue) = 89+28+87=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #591C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C57 is #A6E3A8. Grayscale: #343434. Windows color (decimal): -10937257 or 5708889. OLE color: 5708889.
HSL color Cylindrical-coordinate representation of color #591C57: hue angle of 301.97º 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 #591C57 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 28 | 87 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.65 |
| HSL | 301.97º | 0.52% | 0.23% | - |
| HSV(B) | 301.97º | 0.69% | 0.35% | - |
| XYZ | 6.26 | 3.64 | 9.39 | - |
| YUV | 52.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 87 | 0 | 0.69 | 0.02 | 0.65 | 301.97 | 0.52 | 0.23 |
| Hex | 59 | 1C | 57 | 0 | 45 | 2 | 41 | 12E | 34 | 17 |
| Octal | 131 | 34 | 127 | 0 | 105 | 2 | 101 | 456 | 64 | 27 |
| Binary | 1011001 | 11100 | 1010111 | 0 | 1000101 | 10 | 1000001 | 100101110 | 110100 | 10111 |
Color Harmonies of #591C57
Complementary color
Monochromatic Colors of #591C57
Black with #591C57
Text Example
Text Example
White with #591C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C57; }
p { color: rgb(89,28,87); }
H1.HeaderClassName
{
color: #591C57;
}
.AnyTagClassName
{
color: #591C57;
}
</style>
background-color css
<style>
a { background-color: #591C57; }
a { background-color: rgb(89,28,87); }
div.DivClassName
{
background-color: #591C57;
}
.BgClassName
{
background-color: #591C57;
}
</style>
border-color css
<style>
span { border-color: #591C57; }
span { border-color: rgb(89,28,87); }
td.TdClassName
{
border-color: #591C57;
}
.TagClassName
{
border-color: #591C57;
}
</style>