Shades of Palatinate Purple #59195A
Tints of Palatinate Purple #59195A
RGB
CMYK
RGB Variations
Color information
#59195A (or 0x59195A) is known color: Palatinate Purple. HEX triplet: 59, 19 and 5A. RGB value is (89,25,90). Sum of RGB (Red+Green+Blue) = 89+25+90=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #59195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59195A is #A6E6A5. Grayscale: #333333. Windows color (decimal): -10938022 or 5904729. OLE color: 5904729.
HSL color Cylindrical-coordinate representation of color #59195A: hue angle of 299.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59195A is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 25 | 90 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.65 |
| HSL | 299.08º | 0.57% | 0.23% | - |
| HSV(B) | 299.08º | 0.72% | 0.35% | - |
| XYZ | 6.31 | 3.56 | 10.03 | - |
| YUV | 51.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 90 | 0.01 | 0.72 | 0 | 0.65 | 299.08 | 0.57 | 0.23 |
| Hex | 59 | 19 | 5A | 1 | 48 | 0 | 41 | 12B | 39 | 17 |
| Octal | 131 | 31 | 132 | 1 | 110 | 0 | 101 | 453 | 71 | 27 |
| Binary | 1011001 | 11001 | 1011010 | 1 | 1001000 | 0 | 1000001 | 100101011 | 111001 | 10111 |
Color Harmonies of #59195A
Complementary color
Monochromatic Colors of #59195A
Black with #59195A
Text Example
Text Example
White with #59195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59195A; }
p { color: rgb(89,25,90); }
H1.HeaderClassName
{
color: #59195A;
}
.AnyTagClassName
{
color: #59195A;
}
</style>
background-color css
<style>
a { background-color: #59195A; }
a { background-color: rgb(89,25,90); }
div.DivClassName
{
background-color: #59195A;
}
.BgClassName
{
background-color: #59195A;
}
</style>
border-color css
<style>
span { border-color: #59195A; }
span { border-color: rgb(89,25,90); }
td.TdClassName
{
border-color: #59195A;
}
.TagClassName
{
border-color: #59195A;
}
</style>