Shades of Palatinate Purple #591155
Tints of Palatinate Purple #591155
RGB
CMYK
RGB Variations
Color information
#591155 (or 0x591155) is known color: Palatinate Purple. HEX triplet: 59, 11 and 55. RGB value is (89,17,85). Sum of RGB (Red+Green+Blue) = 89+17+85=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591155 is #A6EEAA. Grayscale: #2E2E2E. Windows color (decimal): -10940075 or 5575001. OLE color: 5575001.
HSL color Cylindrical-coordinate representation of color #591155: hue angle of 303.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591155 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 85 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.65 |
| HSL | 303.33º | 0.68% | 0.21% | - |
| HSV(B) | 303.33º | 0.81% | 0.35% | - |
| XYZ | 5.96 | 3.18 | 8.89 | - |
| YUV | 46.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 85 | 0 | 0.81 | 0.04 | 0.65 | 303.33 | 0.68 | 0.21 |
| Hex | 59 | 11 | 55 | 0 | 51 | 4 | 41 | 12F | 44 | 15 |
| Octal | 131 | 21 | 125 | 0 | 121 | 4 | 101 | 457 | 104 | 25 |
| Binary | 1011001 | 10001 | 1010101 | 0 | 1010001 | 100 | 1000001 | 100101111 | 1000100 | 10101 |
Color Harmonies of #591155
Complementary color
Monochromatic Colors of #591155
Black with #591155
Text Example
Text Example
White with #591155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591155; }
p { color: rgb(89,17,85); }
H1.HeaderClassName
{
color: #591155;
}
.AnyTagClassName
{
color: #591155;
}
</style>
background-color css
<style>
a { background-color: #591155; }
a { background-color: rgb(89,17,85); }
div.DivClassName
{
background-color: #591155;
}
.BgClassName
{
background-color: #591155;
}
</style>
border-color css
<style>
span { border-color: #591155; }
span { border-color: rgb(89,17,85); }
td.TdClassName
{
border-color: #591155;
}
.TagClassName
{
border-color: #591155;
}
</style>