Shades of Palatinate Purple #591355
Tints of Palatinate Purple #591355
RGB
CMYK
RGB Variations
Color information
#591355 (or 0x591355) is known color: Palatinate Purple. HEX triplet: 59, 13 and 55. RGB value is (89,19,85). Sum of RGB (Red+Green+Blue) = 89+19+85=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #591355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591355 is #A6ECAA. Grayscale: #2F2F2F. Windows color (decimal): -10939563 or 5575513. OLE color: 5575513.
HSL color Cylindrical-coordinate representation of color #591355: hue angle of 303.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591355 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 85 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.65 |
| HSL | 303.43º | 0.65% | 0.21% | - |
| HSV(B) | 303.43º | 0.79% | 0.35% | - |
| XYZ | 5.99 | 3.25 | 8.9 | - |
| YUV | 47.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 85 | 0 | 0.79 | 0.04 | 0.65 | 303.43 | 0.65 | 0.21 |
| Hex | 59 | 13 | 55 | 0 | 4F | 4 | 41 | 12F | 41 | 15 |
| Octal | 131 | 23 | 125 | 0 | 117 | 4 | 101 | 457 | 101 | 25 |
| Binary | 1011001 | 10011 | 1010101 | 0 | 1001111 | 100 | 1000001 | 100101111 | 1000001 | 10101 |
Color Harmonies of #591355
Complementary color
Monochromatic Colors of #591355
Black with #591355
Text Example
Text Example
White with #591355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591355; }
p { color: rgb(89,19,85); }
H1.HeaderClassName
{
color: #591355;
}
.AnyTagClassName
{
color: #591355;
}
</style>
background-color css
<style>
a { background-color: #591355; }
a { background-color: rgb(89,19,85); }
div.DivClassName
{
background-color: #591355;
}
.BgClassName
{
background-color: #591355;
}
</style>
border-color css
<style>
span { border-color: #591355; }
span { border-color: rgb(89,19,85); }
td.TdClassName
{
border-color: #591355;
}
.TagClassName
{
border-color: #591355;
}
</style>