Shades of Palatinate Purple #58154C
Tints of Palatinate Purple #58154C
RGB
CMYK
RGB Variations
Color information
#58154C (or 0x58154C) is known color: Palatinate Purple. HEX triplet: 58, 15 and 4C. RGB value is (88,21,76). Sum of RGB (Red+Green+Blue) = 88+21+76=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58154C is #A7EAB3. Grayscale: #2F2F2F. Windows color (decimal): -11004596 or 4986200. OLE color: 4986200.
HSL color Cylindrical-coordinate representation of color #58154C: hue angle of 310.75º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58154C is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 76 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.65 |
| HSL | 310.75º | 0.61% | 0.21% | - |
| HSV(B) | 310.75º | 0.76% | 0.35% | - |
| XYZ | 5.6 | 3.13 | 7.15 | - |
| YUV | 47.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 76 | 0 | 0.76 | 0.14 | 0.65 | 310.75 | 0.61 | 0.21 |
| Hex | 58 | 15 | 4C | 0 | 4C | E | 41 | 137 | 3D | 15 |
| Octal | 130 | 25 | 114 | 0 | 114 | 16 | 101 | 467 | 75 | 25 |
| Binary | 1011000 | 10101 | 1001100 | 0 | 1001100 | 1110 | 1000001 | 100110111 | 111101 | 10101 |
Color Harmonies of #58154C
Complementary color
Monochromatic Colors of #58154C
Black with #58154C
Text Example
Text Example
White with #58154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58154C; }
p { color: rgb(88,21,76); }
H1.HeaderClassName
{
color: #58154C;
}
.AnyTagClassName
{
color: #58154C;
}
</style>
background-color css
<style>
a { background-color: #58154C; }
a { background-color: rgb(88,21,76); }
div.DivClassName
{
background-color: #58154C;
}
.BgClassName
{
background-color: #58154C;
}
</style>
border-color css
<style>
span { border-color: #58154C; }
span { border-color: rgb(88,21,76); }
td.TdClassName
{
border-color: #58154C;
}
.TagClassName
{
border-color: #58154C;
}
</style>