Shades of Palatinate Purple #59035A
Tints of Palatinate Purple #59035A
RGB
CMYK
RGB Variations
Color information
#59035A (or 0x59035A) is known color: Palatinate Purple. HEX triplet: 59, 03 and 5A. RGB value is (89,3,90). Sum of RGB (Red+Green+Blue) = 89+3+90=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #59035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59035A is #A6FCA5. Grayscale: #262626. Windows color (decimal): -10943654 or 5899097. OLE color: 5899097.
HSL color Cylindrical-coordinate representation of color #59035A: hue angle of 299.31º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59035A is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 90 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.65 |
| HSL | 299.31º | 0.94% | 0.18% | - |
| HSV(B) | 299.31º | 0.97% | 0.35% | - |
| XYZ | 6 | 2.93 | 9.92 | - |
| YUV | 38.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 90 | 0.01 | 0.97 | 0 | 0.65 | 299.31 | 0.94 | 0.18 |
| Hex | 59 | 3 | 5A | 1 | 61 | 0 | 41 | 12B | 5E | 12 |
| Octal | 131 | 3 | 132 | 1 | 141 | 0 | 101 | 453 | 136 | 22 |
| Binary | 1011001 | 11 | 1011010 | 1 | 1100001 | 0 | 1000001 | 100101011 | 1011110 | 10010 |
Color Harmonies of #59035A
Complementary color
Monochromatic Colors of #59035A
Black with #59035A
Text Example
Text Example
White with #59035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59035A; }
p { color: rgb(89,3,90); }
H1.HeaderClassName
{
color: #59035A;
}
.AnyTagClassName
{
color: #59035A;
}
</style>
background-color css
<style>
a { background-color: #59035A; }
a { background-color: rgb(89,3,90); }
div.DivClassName
{
background-color: #59035A;
}
.BgClassName
{
background-color: #59035A;
}
</style>
border-color css
<style>
span { border-color: #59035A; }
span { border-color: rgb(89,3,90); }
td.TdClassName
{
border-color: #59035A;
}
.TagClassName
{
border-color: #59035A;
}
</style>