Shades of Palatinate Purple #591D50
Tints of Palatinate Purple #591D50
RGB
CMYK
RGB Variations
Color information
#591D50 (or 0x591D50) is known color: Palatinate Purple. HEX triplet: 59, 1D and 50. RGB value is (89,29,80). Sum of RGB (Red+Green+Blue) = 89+29+80=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #591D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D50 is #A6E2AF. Grayscale: #343434. Windows color (decimal): -10937008 or 5250393. OLE color: 5250393.
HSL color Cylindrical-coordinate representation of color #591D50: hue angle of 309º 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 #591D50 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 29 | 80 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.65 |
| HSL | 309º | 0.51% | 0.23% | - |
| HSV(B) | 309º | 0.67% | 0.35% | - |
| XYZ | 6.01 | 3.58 | 7.96 | - |
| YUV | 52.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 80 | 0 | 0.67 | 0.10 | 0.65 | 309 | 0.51 | 0.23 |
| Hex | 59 | 1D | 50 | 0 | 43 | A | 41 | 135 | 33 | 17 |
| Octal | 131 | 35 | 120 | 0 | 103 | 12 | 101 | 465 | 63 | 27 |
| Binary | 1011001 | 11101 | 1010000 | 0 | 1000011 | 1010 | 1000001 | 100110101 | 110011 | 10111 |
Color Harmonies of #591D50
Complementary color
Monochromatic Colors of #591D50
Black with #591D50
Text Example
Text Example
White with #591D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591D50; }
p { color: rgb(89,29,80); }
H1.HeaderClassName
{
color: #591D50;
}
.AnyTagClassName
{
color: #591D50;
}
</style>
background-color css
<style>
a { background-color: #591D50; }
a { background-color: rgb(89,29,80); }
div.DivClassName
{
background-color: #591D50;
}
.BgClassName
{
background-color: #591D50;
}
</style>
border-color css
<style>
span { border-color: #591D50; }
span { border-color: rgb(89,29,80); }
td.TdClassName
{
border-color: #591D50;
}
.TagClassName
{
border-color: #591D50;
}
</style>