Shades of Palatinate Purple #59105A
Tints of Palatinate Purple #59105A
RGB
CMYK
RGB Variations
Color information
#59105A (or 0x59105A) is known color: Palatinate Purple. HEX triplet: 59, 10 and 5A. RGB value is (89,16,90). Sum of RGB (Red+Green+Blue) = 89+16+90=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #59105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59105A is #A6EFA5. Grayscale: #2E2E2E. Windows color (decimal): -10940326 or 5902425. OLE color: 5902425.
HSL color Cylindrical-coordinate representation of color #59105A: hue angle of 299.19º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59105A is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 90 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.65 |
| HSL | 299.19º | 0.7% | 0.21% | - |
| HSV(B) | 299.19º | 0.82% | 0.35% | - |
| XYZ | 6.15 | 3.23 | 9.97 | - |
| YUV | 46.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 90 | 0.01 | 0.82 | 0 | 0.65 | 299.19 | 0.7 | 0.21 |
| Hex | 59 | 10 | 5A | 1 | 52 | 0 | 41 | 12B | 46 | 15 |
| Octal | 131 | 20 | 132 | 1 | 122 | 0 | 101 | 453 | 106 | 25 |
| Binary | 1011001 | 10000 | 1011010 | 1 | 1010010 | 0 | 1000001 | 100101011 | 1000110 | 10101 |
Color Harmonies of #59105A
Complementary color
Monochromatic Colors of #59105A
Black with #59105A
Text Example
Text Example
White with #59105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59105A; }
p { color: rgb(89,16,90); }
H1.HeaderClassName
{
color: #59105A;
}
.AnyTagClassName
{
color: #59105A;
}
</style>
background-color css
<style>
a { background-color: #59105A; }
a { background-color: rgb(89,16,90); }
div.DivClassName
{
background-color: #59105A;
}
.BgClassName
{
background-color: #59105A;
}
</style>
border-color css
<style>
span { border-color: #59105A; }
span { border-color: rgb(89,16,90); }
td.TdClassName
{
border-color: #59105A;
}
.TagClassName
{
border-color: #59105A;
}
</style>