Shades of Palatinate Purple #591959
Tints of Palatinate Purple #591959
RGB
CMYK
RGB Variations
Color information
#591959 (or 0x591959) is known color: Palatinate Purple. HEX triplet: 59, 19 and 59. RGB value is (89,25,89). Sum of RGB (Red+Green+Blue) = 89+25+89=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #591959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591959 is #A6E6A6. Grayscale: #333333. Windows color (decimal): -10938023 or 5839193. OLE color: 5839193.
HSL color Cylindrical-coordinate representation of color #591959: hue angle of 300º 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 #591959 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 25 | 89 | - |
| CMYK | 0 | 0.72 | 0 | 0.65 |
| HSL | 300º | 0.56% | 0.22% | - |
| HSV(B) | 300º | 0.72% | 0.35% | - |
| XYZ | 6.27 | 3.54 | 9.8 | - |
| YUV | 51.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 89 | 0 | 0.72 | 0 | 0.65 | 300 | 0.56 | 0.22 |
| Hex | 59 | 19 | 59 | 0 | 48 | 0 | 41 | 12C | 38 | 16 |
| Octal | 131 | 31 | 131 | 0 | 110 | 0 | 101 | 454 | 70 | 26 |
| Binary | 1011001 | 11001 | 1011001 | 0 | 1001000 | 0 | 1000001 | 100101100 | 111000 | 10110 |
Color Harmonies of #591959
Complementary color
Monochromatic Colors of #591959
Black with #591959
Text Example
Text Example
White with #591959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591959; }
p { color: rgb(89,25,89); }
H1.HeaderClassName
{
color: #591959;
}
.AnyTagClassName
{
color: #591959;
}
</style>
background-color css
<style>
a { background-color: #591959; }
a { background-color: rgb(89,25,89); }
div.DivClassName
{
background-color: #591959;
}
.BgClassName
{
background-color: #591959;
}
</style>
border-color css
<style>
span { border-color: #591959; }
span { border-color: rgb(89,25,89); }
td.TdClassName
{
border-color: #591959;
}
.TagClassName
{
border-color: #591959;
}
</style>