Shades of Palatinate Purple #591055
Tints of Palatinate Purple #591055
RGB
CMYK
RGB Variations
Color information
#591055 (or 0x591055) is known color: Palatinate Purple. HEX triplet: 59, 10 and 55. RGB value is (89,16,85). Sum of RGB (Red+Green+Blue) = 89+16+85=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591055 is #A6EFAA. Grayscale: #2D2D2D. Windows color (decimal): -10940331 or 5574745. OLE color: 5574745.
HSL color Cylindrical-coordinate representation of color #591055: hue angle of 303.29º 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 #591055 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 85 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.65 |
| HSL | 303.29º | 0.7% | 0.21% | - |
| HSV(B) | 303.29º | 0.82% | 0.35% | - |
| XYZ | 5.94 | 3.15 | 8.89 | - |
| YUV | 45.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 85 | 0 | 0.82 | 0.04 | 0.65 | 303.29 | 0.7 | 0.21 |
| Hex | 59 | 10 | 55 | 0 | 52 | 4 | 41 | 12F | 46 | 15 |
| Octal | 131 | 20 | 125 | 0 | 122 | 4 | 101 | 457 | 106 | 25 |
| Binary | 1011001 | 10000 | 1010101 | 0 | 1010010 | 100 | 1000001 | 100101111 | 1000110 | 10101 |
Color Harmonies of #591055
Complementary color
Monochromatic Colors of #591055
Black with #591055
Text Example
Text Example
White with #591055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591055; }
p { color: rgb(89,16,85); }
H1.HeaderClassName
{
color: #591055;
}
.AnyTagClassName
{
color: #591055;
}
</style>
background-color css
<style>
a { background-color: #591055; }
a { background-color: rgb(89,16,85); }
div.DivClassName
{
background-color: #591055;
}
.BgClassName
{
background-color: #591055;
}
</style>
border-color css
<style>
span { border-color: #591055; }
span { border-color: rgb(89,16,85); }
td.TdClassName
{
border-color: #591055;
}
.TagClassName
{
border-color: #591055;
}
</style>