Shades of Palatinate Purple #591E50
Tints of Palatinate Purple #591E50
RGB
CMYK
RGB Variations
Color information
#591E50 (or 0x591E50) is known color: Palatinate Purple. HEX triplet: 59, 1E and 50. RGB value is (89,30,80). Sum of RGB (Red+Green+Blue) = 89+30+80=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #591E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E50 is #A6E1AF. Grayscale: #353535. Windows color (decimal): -10936752 or 5250649. OLE color: 5250649.
HSL color Cylindrical-coordinate representation of color #591E50: hue angle of 309.15º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #591E50 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 30 | 80 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.65 |
| HSL | 309.15º | 0.5% | 0.23% | - |
| HSV(B) | 309.15º | 0.66% | 0.35% | - |
| XYZ | 6.03 | 3.63 | 7.97 | - |
| YUV | 53.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 80 | 0 | 0.66 | 0.10 | 0.65 | 309.15 | 0.5 | 0.23 |
| Hex | 59 | 1E | 50 | 0 | 42 | A | 41 | 135 | 32 | 17 |
| Octal | 131 | 36 | 120 | 0 | 102 | 12 | 101 | 465 | 62 | 27 |
| Binary | 1011001 | 11110 | 1010000 | 0 | 1000010 | 1010 | 1000001 | 100110101 | 110010 | 10111 |
Color Harmonies of #591E50
Complementary color
Monochromatic Colors of #591E50
Black with #591E50
Text Example
Text Example
White with #591E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591E50; }
p { color: rgb(89,30,80); }
H1.HeaderClassName
{
color: #591E50;
}
.AnyTagClassName
{
color: #591E50;
}
</style>
background-color css
<style>
a { background-color: #591E50; }
a { background-color: rgb(89,30,80); }
div.DivClassName
{
background-color: #591E50;
}
.BgClassName
{
background-color: #591E50;
}
</style>
border-color css
<style>
span { border-color: #591E50; }
span { border-color: rgb(89,30,80); }
td.TdClassName
{
border-color: #591E50;
}
.TagClassName
{
border-color: #591E50;
}
</style>