Shades of Palatinate Purple #591450
Tints of Palatinate Purple #591450
RGB
CMYK
RGB Variations
Color information
#591450 (or 0x591450) is known color: Palatinate Purple. HEX triplet: 59, 14 and 50. RGB value is (89,20,80). Sum of RGB (Red+Green+Blue) = 89+20+80=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #591450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591450 is #A6EBAF. Grayscale: #2F2F2F. Windows color (decimal): -10939312 or 5248089. OLE color: 5248089.
HSL color Cylindrical-coordinate representation of color #591450: hue angle of 307.83º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591450 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 80 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.65 |
| HSL | 307.83º | 0.63% | 0.21% | - |
| HSV(B) | 307.83º | 0.78% | 0.35% | - |
| XYZ | 5.82 | 3.2 | 7.9 | - |
| YUV | 47.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 80 | 0 | 0.78 | 0.10 | 0.65 | 307.83 | 0.63 | 0.21 |
| Hex | 59 | 14 | 50 | 0 | 4E | A | 41 | 134 | 3F | 15 |
| Octal | 131 | 24 | 120 | 0 | 116 | 12 | 101 | 464 | 77 | 25 |
| Binary | 1011001 | 10100 | 1010000 | 0 | 1001110 | 1010 | 1000001 | 100110100 | 111111 | 10101 |
Color Harmonies of #591450
Complementary color
Monochromatic Colors of #591450
Black with #591450
Text Example
Text Example
White with #591450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591450; }
p { color: rgb(89,20,80); }
H1.HeaderClassName
{
color: #591450;
}
.AnyTagClassName
{
color: #591450;
}
</style>
background-color css
<style>
a { background-color: #591450; }
a { background-color: rgb(89,20,80); }
div.DivClassName
{
background-color: #591450;
}
.BgClassName
{
background-color: #591450;
}
</style>
border-color css
<style>
span { border-color: #591450; }
span { border-color: rgb(89,20,80); }
td.TdClassName
{
border-color: #591450;
}
.TagClassName
{
border-color: #591450;
}
</style>