Shades of Palatinate Purple #59154B
Tints of Palatinate Purple #59154B
RGB
CMYK
RGB Variations
Color information
#59154B (or 0x59154B) is known color: Palatinate Purple. HEX triplet: 59, 15 and 4B. RGB value is (89,21,75). Sum of RGB (Red+Green+Blue) = 89+21+75=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59154B is #A6EAB4. Grayscale: #2F2F2F. Windows color (decimal): -10939061 or 4920665. OLE color: 4920665.
HSL color Cylindrical-coordinate representation of color #59154B: hue angle of 312.35º degrees, saturation: 0.62, 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 #59154B is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 75 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.65 |
| HSL | 312.35º | 0.62% | 0.22% | - |
| HSV(B) | 312.35º | 0.76% | 0.35% | - |
| XYZ | 5.66 | 3.17 | 6.97 | - |
| YUV | 47.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 75 | 0 | 0.76 | 0.16 | 0.65 | 312.35 | 0.62 | 0.22 |
| Hex | 59 | 15 | 4B | 0 | 4C | 10 | 41 | 138 | 3E | 16 |
| Octal | 131 | 25 | 113 | 0 | 114 | 20 | 101 | 470 | 76 | 26 |
| Binary | 1011001 | 10101 | 1001011 | 0 | 1001100 | 10000 | 1000001 | 100111000 | 111110 | 10110 |
Color Harmonies of #59154B
Complementary color
Monochromatic Colors of #59154B
Black with #59154B
Text Example
Text Example
White with #59154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59154B; }
p { color: rgb(89,21,75); }
H1.HeaderClassName
{
color: #59154B;
}
.AnyTagClassName
{
color: #59154B;
}
</style>
background-color css
<style>
a { background-color: #59154B; }
a { background-color: rgb(89,21,75); }
div.DivClassName
{
background-color: #59154B;
}
.BgClassName
{
background-color: #59154B;
}
</style>
border-color css
<style>
span { border-color: #59154B; }
span { border-color: rgb(89,21,75); }
td.TdClassName
{
border-color: #59154B;
}
.TagClassName
{
border-color: #59154B;
}
</style>