Shades of Palatinate Purple #591957
Tints of Palatinate Purple #591957
RGB
CMYK
RGB Variations
Color information
#591957 (or 0x591957) is known color: Palatinate Purple. HEX triplet: 59, 19 and 57. RGB value is (89,25,87). Sum of RGB (Red+Green+Blue) = 89+25+87=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #591957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591957 is #A6E6A8. Grayscale: #333333. Windows color (decimal): -10938025 or 5708121. OLE color: 5708121.
HSL color Cylindrical-coordinate representation of color #591957: hue angle of 301.88º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591957 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 25 | 87 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.65 |
| HSL | 301.88º | 0.56% | 0.22% | - |
| HSV(B) | 301.88º | 0.72% | 0.35% | - |
| XYZ | 6.19 | 3.51 | 9.37 | - |
| YUV | 51.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 87 | 0 | 0.72 | 0.02 | 0.65 | 301.88 | 0.56 | 0.22 |
| Hex | 59 | 19 | 57 | 0 | 48 | 2 | 41 | 12E | 38 | 16 |
| Octal | 131 | 31 | 127 | 0 | 110 | 2 | 101 | 456 | 70 | 26 |
| Binary | 1011001 | 11001 | 1010111 | 0 | 1001000 | 10 | 1000001 | 100101110 | 111000 | 10110 |
Color Harmonies of #591957
Complementary color
Monochromatic Colors of #591957
Black with #591957
Text Example
Text Example
White with #591957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591957; }
p { color: rgb(89,25,87); }
H1.HeaderClassName
{
color: #591957;
}
.AnyTagClassName
{
color: #591957;
}
</style>
background-color css
<style>
a { background-color: #591957; }
a { background-color: rgb(89,25,87); }
div.DivClassName
{
background-color: #591957;
}
.BgClassName
{
background-color: #591957;
}
</style>
border-color css
<style>
span { border-color: #591957; }
span { border-color: rgb(89,25,87); }
td.TdClassName
{
border-color: #591957;
}
.TagClassName
{
border-color: #591957;
}
</style>