Shades of Palatinate Purple #591C5B
Tints of Palatinate Purple #591C5B
RGB
CMYK
RGB Variations
Color information
#591C5B (or 0x591C5B) is known color: Palatinate Purple. HEX triplet: 59, 1C and 5B. RGB value is (89,28,91). Sum of RGB (Red+Green+Blue) = 89+28+91=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #591C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C5B is #A6E3A4. Grayscale: #353535. Windows color (decimal): -10937253 or 5971033. OLE color: 5971033.
HSL color Cylindrical-coordinate representation of color #591C5B: hue angle of 298.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C5B is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 28 | 91 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.64 |
| HSL | 298.1º | 0.53% | 0.23% | - |
| HSV(B) | 298.1º | 0.69% | 0.36% | - |
| XYZ | 6.42 | 3.71 | 10.28 | - |
| YUV | 53.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 91 | 0.02 | 0.69 | 0 | 0.64 | 298.1 | 0.53 | 0.23 |
| Hex | 59 | 1C | 5B | 2 | 45 | 0 | 40 | 12A | 35 | 17 |
| Octal | 131 | 34 | 133 | 2 | 105 | 0 | 100 | 452 | 65 | 27 |
| Binary | 1011001 | 11100 | 1011011 | 10 | 1000101 | 0 | 1000000 | 100101010 | 110101 | 10111 |
Color Harmonies of #591C5B
Complementary color
Monochromatic Colors of #591C5B
Black with #591C5B
Text Example
Text Example
White with #591C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591C5B; }
p { color: rgb(89,28,91); }
H1.HeaderClassName
{
color: #591C5B;
}
.AnyTagClassName
{
color: #591C5B;
}
</style>
background-color css
<style>
a { background-color: #591C5B; }
a { background-color: rgb(89,28,91); }
div.DivClassName
{
background-color: #591C5B;
}
.BgClassName
{
background-color: #591C5B;
}
</style>
border-color css
<style>
span { border-color: #591C5B; }
span { border-color: rgb(89,28,91); }
td.TdClassName
{
border-color: #591C5B;
}
.TagClassName
{
border-color: #591C5B;
}
</style>