Shades of Palatinate Purple #591F53
Tints of Palatinate Purple #591F53
RGB
CMYK
RGB Variations
Color information
#591F53 (or 0x591F53) is known color: Palatinate Purple. HEX triplet: 59, 1F and 53. RGB value is (89,31,83). Sum of RGB (Red+Green+Blue) = 89+31+83=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #591F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F53 is #A6E0AC. Grayscale: #363636. Windows color (decimal): -10936493 or 5447513. OLE color: 5447513.
HSL color Cylindrical-coordinate representation of color #591F53: hue angle of 306.21º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F53 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 83 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.65 |
| HSL | 306.21º | 0.48% | 0.24% | - |
| HSV(B) | 306.21º | 0.65% | 0.35% | - |
| XYZ | 6.17 | 3.73 | 8.58 | - |
| YUV | 54.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 83 | 0 | 0.65 | 0.07 | 0.65 | 306.21 | 0.48 | 0.24 |
| Hex | 59 | 1F | 53 | 0 | 41 | 7 | 41 | 132 | 30 | 18 |
| Octal | 131 | 37 | 123 | 0 | 101 | 7 | 101 | 462 | 60 | 30 |
| Binary | 1011001 | 11111 | 1010011 | 0 | 1000001 | 111 | 1000001 | 100110010 | 110000 | 11000 |
Color Harmonies of #591F53
Complementary color
Monochromatic Colors of #591F53
Black with #591F53
Text Example
Text Example
White with #591F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F53; }
p { color: rgb(89,31,83); }
H1.HeaderClassName
{
color: #591F53;
}
.AnyTagClassName
{
color: #591F53;
}
</style>
background-color css
<style>
a { background-color: #591F53; }
a { background-color: rgb(89,31,83); }
div.DivClassName
{
background-color: #591F53;
}
.BgClassName
{
background-color: #591F53;
}
</style>
border-color css
<style>
span { border-color: #591F53; }
span { border-color: rgb(89,31,83); }
td.TdClassName
{
border-color: #591F53;
}
.TagClassName
{
border-color: #591F53;
}
</style>