Shades of Palatinate Purple #59025E
Tints of Palatinate Purple #59025E
RGB
CMYK
RGB Variations
Color information
#59025E (or 0x59025E) is known color: Palatinate Purple. HEX triplet: 59, 02 and 5E. RGB value is (89,2,94). Sum of RGB (Red+Green+Blue) = 89+2+94=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #59025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59025E is #A6FDA1. Grayscale: #262626. Windows color (decimal): -10943906 or 6160985. OLE color: 6160985.
HSL color Cylindrical-coordinate representation of color #59025E: hue angle of 296.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59025E is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 2 | 94 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.63 |
| HSL | 296.74º | 0.96% | 0.19% | - |
| HSV(B) | 296.74º | 0.98% | 0.37% | - |
| XYZ | 6.16 | 2.98 | 10.84 | - |
| YUV | 38.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 94 | 0.05 | 0.98 | 0 | 0.63 | 296.74 | 0.96 | 0.19 |
| Hex | 59 | 2 | 5E | 5 | 62 | 0 | 3F | 129 | 60 | 13 |
| Octal | 131 | 2 | 136 | 5 | 142 | 0 | 77 | 451 | 140 | 23 |
| Binary | 1011001 | 10 | 1011110 | 101 | 1100010 | 0 | 111111 | 100101001 | 1100000 | 10011 |
Color Harmonies of #59025E
Complementary color
Monochromatic Colors of #59025E
Black with #59025E
Text Example
Text Example
White with #59025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59025E; }
p { color: rgb(89,2,94); }
H1.HeaderClassName
{
color: #59025E;
}
.AnyTagClassName
{
color: #59025E;
}
</style>
background-color css
<style>
a { background-color: #59025E; }
a { background-color: rgb(89,2,94); }
div.DivClassName
{
background-color: #59025E;
}
.BgClassName
{
background-color: #59025E;
}
</style>
border-color css
<style>
span { border-color: #59025E; }
span { border-color: rgb(89,2,94); }
td.TdClassName
{
border-color: #59025E;
}
.TagClassName
{
border-color: #59025E;
}
</style>