Shades of Palatinate Purple #59165A
Tints of Palatinate Purple #59165A
RGB
CMYK
RGB Variations
Color information
#59165A (or 0x59165A) is known color: Palatinate Purple. HEX triplet: 59, 16 and 5A. RGB value is (89,22,90). Sum of RGB (Red+Green+Blue) = 89+22+90=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #59165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59165A is #A6E9A5. Grayscale: #313131. Windows color (decimal): -10938790 or 5903961. OLE color: 5903961.
HSL color Cylindrical-coordinate representation of color #59165A: hue angle of 299.12º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59165A is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 90 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.65 |
| HSL | 299.12º | 0.61% | 0.22% | - |
| HSV(B) | 299.12º | 0.76% | 0.35% | - |
| XYZ | 6.25 | 3.44 | 10.01 | - |
| YUV | 49.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 90 | 0.01 | 0.76 | 0 | 0.65 | 299.12 | 0.61 | 0.22 |
| Hex | 59 | 16 | 5A | 1 | 4C | 0 | 41 | 12B | 3D | 16 |
| Octal | 131 | 26 | 132 | 1 | 114 | 0 | 101 | 453 | 75 | 26 |
| Binary | 1011001 | 10110 | 1011010 | 1 | 1001100 | 0 | 1000001 | 100101011 | 111101 | 10110 |
Color Harmonies of #59165A
Complementary color
Monochromatic Colors of #59165A
Black with #59165A
Text Example
Text Example
White with #59165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59165A; }
p { color: rgb(89,22,90); }
H1.HeaderClassName
{
color: #59165A;
}
.AnyTagClassName
{
color: #59165A;
}
</style>
background-color css
<style>
a { background-color: #59165A; }
a { background-color: rgb(89,22,90); }
div.DivClassName
{
background-color: #59165A;
}
.BgClassName
{
background-color: #59165A;
}
</style>
border-color css
<style>
span { border-color: #59165A; }
span { border-color: rgb(89,22,90); }
td.TdClassName
{
border-color: #59165A;
}
.TagClassName
{
border-color: #59165A;
}
</style>