Shades of Palatinate Purple #59185C
Tints of Palatinate Purple #59185C
RGB
CMYK
RGB Variations
Color information
#59185C (or 0x59185C) is known color: Palatinate Purple. HEX triplet: 59, 18 and 5C. RGB value is (89,24,92). Sum of RGB (Red+Green+Blue) = 89+24+92=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #59185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59185C is #A6E7A3. Grayscale: #323232. Windows color (decimal): -10938276 or 6035545. OLE color: 6035545.
HSL color Cylindrical-coordinate representation of color #59185C: hue angle of 297.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59185C is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 24 | 92 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.64 |
| HSL | 297.35º | 0.59% | 0.23% | - |
| HSV(B) | 297.35º | 0.74% | 0.36% | - |
| XYZ | 6.38 | 3.55 | 10.47 | - |
| YUV | 51.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 92 | 0.03 | 0.74 | 0 | 0.64 | 297.35 | 0.59 | 0.23 |
| Hex | 59 | 18 | 5C | 3 | 4A | 0 | 40 | 129 | 3B | 17 |
| Octal | 131 | 30 | 134 | 3 | 112 | 0 | 100 | 451 | 73 | 27 |
| Binary | 1011001 | 11000 | 1011100 | 11 | 1001010 | 0 | 1000000 | 100101001 | 111011 | 10111 |
Color Harmonies of #59185C
Complementary color
Monochromatic Colors of #59185C
Black with #59185C
Text Example
Text Example
White with #59185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59185C; }
p { color: rgb(89,24,92); }
H1.HeaderClassName
{
color: #59185C;
}
.AnyTagClassName
{
color: #59185C;
}
</style>
background-color css
<style>
a { background-color: #59185C; }
a { background-color: rgb(89,24,92); }
div.DivClassName
{
background-color: #59185C;
}
.BgClassName
{
background-color: #59185C;
}
</style>
border-color css
<style>
span { border-color: #59185C; }
span { border-color: rgb(89,24,92); }
td.TdClassName
{
border-color: #59185C;
}
.TagClassName
{
border-color: #59185C;
}
</style>