Shades of Palatinate Purple #58164D
Tints of Palatinate Purple #58164D
RGB
CMYK
RGB Variations
Color information
#58164D (or 0x58164D) is known color: Palatinate Purple. HEX triplet: 58, 16 and 4D. RGB value is (88,22,77). Sum of RGB (Red+Green+Blue) = 88+22+77=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58164D is #A7E9B2. Grayscale: #2F2F2F. Windows color (decimal): -11004339 or 5051992. OLE color: 5051992.
HSL color Cylindrical-coordinate representation of color #58164D: hue angle of 310º 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 #58164D is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 77 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.65 |
| HSL | 310º | 0.6% | 0.22% | - |
| HSV(B) | 310º | 0.75% | 0.35% | - |
| XYZ | 5.65 | 3.18 | 7.34 | - |
| YUV | 48 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 77 | 0 | 0.75 | 0.12 | 0.65 | 310 | 0.6 | 0.22 |
| Hex | 58 | 16 | 4D | 0 | 4B | C | 41 | 136 | 3C | 16 |
| Octal | 130 | 26 | 115 | 0 | 113 | 14 | 101 | 466 | 74 | 26 |
| Binary | 1011000 | 10110 | 1001101 | 0 | 1001011 | 1100 | 1000001 | 100110110 | 111100 | 10110 |
Color Harmonies of #58164D
Complementary color
Monochromatic Colors of #58164D
Black with #58164D
Text Example
Text Example
White with #58164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58164D; }
p { color: rgb(88,22,77); }
H1.HeaderClassName
{
color: #58164D;
}
.AnyTagClassName
{
color: #58164D;
}
</style>
background-color css
<style>
a { background-color: #58164D; }
a { background-color: rgb(88,22,77); }
div.DivClassName
{
background-color: #58164D;
}
.BgClassName
{
background-color: #58164D;
}
</style>
border-color css
<style>
span { border-color: #58164D; }
span { border-color: rgb(88,22,77); }
td.TdClassName
{
border-color: #58164D;
}
.TagClassName
{
border-color: #58164D;
}
</style>