Shades of Palatinate Purple #591D52
Tints of Palatinate Purple #591D52
RGB
CMYK
RGB Variations
Color information
#591D52 (or 0x591D52) is known color: Palatinate Purple. HEX triplet: 59, 1D and 52. RGB value is (89,29,82). Sum of RGB (Red+Green+Blue) = 89+29+82=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #591D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D52 is #A6E2AD. Grayscale: #343434. Windows color (decimal): -10937006 or 5381465. OLE color: 5381465.
HSL color Cylindrical-coordinate representation of color #591D52: hue angle of 307º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #591D52 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 82 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.65 |
| HSL | 307º | 0.51% | 0.23% | - |
| HSV(B) | 307º | 0.67% | 0.35% | - |
| XYZ | 6.08 | 3.61 | 8.36 | - |
| YUV | 52.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 82 | 0 | 0.67 | 0.08 | 0.65 | 307 | 0.51 | 0.23 |
| Hex | 59 | 1D | 52 | 0 | 43 | 8 | 41 | 133 | 33 | 17 |
| Octal | 131 | 35 | 122 | 0 | 103 | 10 | 101 | 463 | 63 | 27 |
| Binary | 1011001 | 11101 | 1010010 | 0 | 1000011 | 1000 | 1000001 | 100110011 | 110011 | 10111 |
Color Harmonies of #591D52
Complementary color
Monochromatic Colors of #591D52
Black with #591D52
Text Example
Text Example
White with #591D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D52; }
p { color: rgb(89,29,82); }
H1.HeaderClassName
{
color: #591D52;
}
.AnyTagClassName
{
color: #591D52;
}
</style>
background-color css
<style>
a { background-color: #591D52; }
a { background-color: rgb(89,29,82); }
div.DivClassName
{
background-color: #591D52;
}
.BgClassName
{
background-color: #591D52;
}
</style>
border-color css
<style>
span { border-color: #591D52; }
span { border-color: rgb(89,29,82); }
td.TdClassName
{
border-color: #591D52;
}
.TagClassName
{
border-color: #591D52;
}
</style>