Shades of Palatinate Purple #591B52
Tints of Palatinate Purple #591B52
RGB
CMYK
RGB Variations
Color information
#591B52 (or 0x591B52) is known color: Palatinate Purple. HEX triplet: 59, 1B and 52. RGB value is (89,27,82). Sum of RGB (Red+Green+Blue) = 89+27+82=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #591B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B52 is #A6E4AD. Grayscale: #333333. Windows color (decimal): -10937518 or 5380953. OLE color: 5380953.
HSL color Cylindrical-coordinate representation of color #591B52: hue angle of 306.77º 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 #591B52 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 82 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.65 |
| HSL | 306.77º | 0.53% | 0.23% | - |
| HSV(B) | 306.77º | 0.7% | 0.35% | - |
| XYZ | 6.03 | 3.52 | 8.34 | - |
| YUV | 51.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 82 | 0 | 0.70 | 0.08 | 0.65 | 306.77 | 0.53 | 0.23 |
| Hex | 59 | 1B | 52 | 0 | 46 | 8 | 41 | 133 | 35 | 17 |
| Octal | 131 | 33 | 122 | 0 | 106 | 10 | 101 | 463 | 65 | 27 |
| Binary | 1011001 | 11011 | 1010010 | 0 | 1000110 | 1000 | 1000001 | 100110011 | 110101 | 10111 |
Color Harmonies of #591B52
Complementary color
Monochromatic Colors of #591B52
Black with #591B52
Text Example
Text Example
White with #591B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B52; }
p { color: rgb(89,27,82); }
H1.HeaderClassName
{
color: #591B52;
}
.AnyTagClassName
{
color: #591B52;
}
</style>
background-color css
<style>
a { background-color: #591B52; }
a { background-color: rgb(89,27,82); }
div.DivClassName
{
background-color: #591B52;
}
.BgClassName
{
background-color: #591B52;
}
</style>
border-color css
<style>
span { border-color: #591B52; }
span { border-color: rgb(89,27,82); }
td.TdClassName
{
border-color: #591B52;
}
.TagClassName
{
border-color: #591B52;
}
</style>