Shades of Palatinate Purple #59085D
Tints of Palatinate Purple #59085D
RGB
CMYK
RGB Variations
Color information
#59085D (or 0x59085D) is known color: Palatinate Purple. HEX triplet: 59, 08 and 5D. RGB value is (89,8,93). Sum of RGB (Red+Green+Blue) = 89+8+93=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #59085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59085D is #A6F7A2. Grayscale: #292929. Windows color (decimal): -10942371 or 6096985. OLE color: 6096985.
HSL color Cylindrical-coordinate representation of color #59085D: hue angle of 297.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59085D is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 8 | 93 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.64 |
| HSL | 297.18º | 0.84% | 0.2% | - |
| HSV(B) | 297.18º | 0.91% | 0.36% | - |
| XYZ | 6.18 | 3.09 | 10.63 | - |
| YUV | 41.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 93 | 0.04 | 0.91 | 0 | 0.64 | 297.18 | 0.84 | 0.2 |
| Hex | 59 | 8 | 5D | 4 | 5B | 0 | 40 | 129 | 54 | 14 |
| Octal | 131 | 10 | 135 | 4 | 133 | 0 | 100 | 451 | 124 | 24 |
| Binary | 1011001 | 1000 | 1011101 | 100 | 1011011 | 0 | 1000000 | 100101001 | 1010100 | 10100 |
Color Harmonies of #59085D
Complementary color
Monochromatic Colors of #59085D
Black with #59085D
Text Example
Text Example
White with #59085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59085D; }
p { color: rgb(89,8,93); }
H1.HeaderClassName
{
color: #59085D;
}
.AnyTagClassName
{
color: #59085D;
}
</style>
background-color css
<style>
a { background-color: #59085D; }
a { background-color: rgb(89,8,93); }
div.DivClassName
{
background-color: #59085D;
}
.BgClassName
{
background-color: #59085D;
}
</style>
border-color css
<style>
span { border-color: #59085D; }
span { border-color: rgb(89,8,93); }
td.TdClassName
{
border-color: #59085D;
}
.TagClassName
{
border-color: #59085D;
}
</style>