Shades of Palatinate Purple #58164C
Tints of Palatinate Purple #58164C
RGB
CMYK
RGB Variations
Color information
#58164C (or 0x58164C) is known color: Palatinate Purple. HEX triplet: 58, 16 and 4C. RGB value is (88,22,76). Sum of RGB (Red+Green+Blue) = 88+22+76=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58164C is #A7E9B3. Grayscale: #2F2F2F. Windows color (decimal): -11004340 or 4986456. OLE color: 4986456.
HSL color Cylindrical-coordinate representation of color #58164C: hue angle of 310.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58164C is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 76 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.65 |
| HSL | 310.91º | 0.6% | 0.22% | - |
| HSV(B) | 310.91º | 0.75% | 0.35% | - |
| XYZ | 5.62 | 3.17 | 7.15 | - |
| YUV | 47.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 76 | 0 | 0.75 | 0.14 | 0.65 | 310.91 | 0.6 | 0.22 |
| Hex | 58 | 16 | 4C | 0 | 4B | E | 41 | 137 | 3C | 16 |
| Octal | 130 | 26 | 114 | 0 | 113 | 16 | 101 | 467 | 74 | 26 |
| Binary | 1011000 | 10110 | 1001100 | 0 | 1001011 | 1110 | 1000001 | 100110111 | 111100 | 10110 |
Color Harmonies of #58164C
Complementary color
Monochromatic Colors of #58164C
Black with #58164C
Text Example
Text Example
White with #58164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58164C; }
p { color: rgb(88,22,76); }
H1.HeaderClassName
{
color: #58164C;
}
.AnyTagClassName
{
color: #58164C;
}
</style>
background-color css
<style>
a { background-color: #58164C; }
a { background-color: rgb(88,22,76); }
div.DivClassName
{
background-color: #58164C;
}
.BgClassName
{
background-color: #58164C;
}
</style>
border-color css
<style>
span { border-color: #58164C; }
span { border-color: rgb(88,22,76); }
td.TdClassName
{
border-color: #58164C;
}
.TagClassName
{
border-color: #58164C;
}
</style>