Shades of Palatinate Purple #591B4E
Tints of Palatinate Purple #591B4E
RGB
CMYK
RGB Variations
Color information
#591B4E (or 0x591B4E) is known color: Palatinate Purple. HEX triplet: 59, 1B and 4E. RGB value is (89,27,78). Sum of RGB (Red+Green+Blue) = 89+27+78=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B4E is #A6E4B1. Grayscale: #333333. Windows color (decimal): -10937522 or 5118809. OLE color: 5118809.
HSL color Cylindrical-coordinate representation of color #591B4E: hue angle of 310.65º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591B4E is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 78 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.65 |
| HSL | 310.65º | 0.53% | 0.23% | - |
| HSV(B) | 310.65º | 0.7% | 0.35% | - |
| XYZ | 5.89 | 3.46 | 7.56 | - |
| YUV | 51.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 78 | 0 | 0.70 | 0.12 | 0.65 | 310.65 | 0.53 | 0.23 |
| Hex | 59 | 1B | 4E | 0 | 46 | C | 41 | 137 | 35 | 17 |
| Octal | 131 | 33 | 116 | 0 | 106 | 14 | 101 | 467 | 65 | 27 |
| Binary | 1011001 | 11011 | 1001110 | 0 | 1000110 | 1100 | 1000001 | 100110111 | 110101 | 10111 |
Color Harmonies of #591B4E
Complementary color
Monochromatic Colors of #591B4E
Black with #591B4E
Text Example
Text Example
White with #591B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B4E; }
p { color: rgb(89,27,78); }
H1.HeaderClassName
{
color: #591B4E;
}
.AnyTagClassName
{
color: #591B4E;
}
</style>
background-color css
<style>
a { background-color: #591B4E; }
a { background-color: rgb(89,27,78); }
div.DivClassName
{
background-color: #591B4E;
}
.BgClassName
{
background-color: #591B4E;
}
</style>
border-color css
<style>
span { border-color: #591B4E; }
span { border-color: rgb(89,27,78); }
td.TdClassName
{
border-color: #591B4E;
}
.TagClassName
{
border-color: #591B4E;
}
</style>