Shades of Palatinate Purple #591050
Tints of Palatinate Purple #591050
RGB
CMYK
RGB Variations
Color information
#591050 (or 0x591050) is known color: Palatinate Purple. HEX triplet: 59, 10 and 50. RGB value is (89,16,80). Sum of RGB (Red+Green+Blue) = 89+16+80=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #591050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591050 is #A6EFAF. Grayscale: #2C2C2C. Windows color (decimal): -10940336 or 5247065. OLE color: 5247065.
HSL color Cylindrical-coordinate representation of color #591050: hue angle of 307.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591050 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 80 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.65 |
| HSL | 307.4º | 0.7% | 0.21% | - |
| HSV(B) | 307.4º | 0.82% | 0.35% | - |
| XYZ | 5.75 | 3.07 | 7.88 | - |
| YUV | 45.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 80 | 0 | 0.82 | 0.10 | 0.65 | 307.4 | 0.7 | 0.21 |
| Hex | 59 | 10 | 50 | 0 | 52 | A | 41 | 133 | 46 | 15 |
| Octal | 131 | 20 | 120 | 0 | 122 | 12 | 101 | 463 | 106 | 25 |
| Binary | 1011001 | 10000 | 1010000 | 0 | 1010010 | 1010 | 1000001 | 100110011 | 1000110 | 10101 |
Color Harmonies of #591050
Complementary color
Monochromatic Colors of #591050
Black with #591050
Text Example
Text Example
White with #591050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591050; }
p { color: rgb(89,16,80); }
H1.HeaderClassName
{
color: #591050;
}
.AnyTagClassName
{
color: #591050;
}
</style>
background-color css
<style>
a { background-color: #591050; }
a { background-color: rgb(89,16,80); }
div.DivClassName
{
background-color: #591050;
}
.BgClassName
{
background-color: #591050;
}
</style>
border-color css
<style>
span { border-color: #591050; }
span { border-color: rgb(89,16,80); }
td.TdClassName
{
border-color: #591050;
}
.TagClassName
{
border-color: #591050;
}
</style>