Shades of Palatinate Purple #58144C
Tints of Palatinate Purple #58144C
RGB
CMYK
RGB Variations
Color information
#58144C (or 0x58144C) is known color: Palatinate Purple. HEX triplet: 58, 14 and 4C. RGB value is (88,20,76). Sum of RGB (Red+Green+Blue) = 88+20+76=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58144C is #A7EBB3. Grayscale: #2E2E2E. Windows color (decimal): -11004852 or 4985944. OLE color: 4985944.
HSL color Cylindrical-coordinate representation of color #58144C: hue angle of 310.59º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58144C is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 76 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.65 |
| HSL | 310.59º | 0.63% | 0.21% | - |
| HSV(B) | 310.59º | 0.77% | 0.35% | - |
| XYZ | 5.58 | 3.1 | 7.14 | - |
| YUV | 46.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 76 | 0 | 0.77 | 0.14 | 0.65 | 310.59 | 0.63 | 0.21 |
| Hex | 58 | 14 | 4C | 0 | 4D | E | 41 | 137 | 3F | 15 |
| Octal | 130 | 24 | 114 | 0 | 115 | 16 | 101 | 467 | 77 | 25 |
| Binary | 1011000 | 10100 | 1001100 | 0 | 1001101 | 1110 | 1000001 | 100110111 | 111111 | 10101 |
Color Harmonies of #58144C
Complementary color
Monochromatic Colors of #58144C
Black with #58144C
Text Example
Text Example
White with #58144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58144C; }
p { color: rgb(88,20,76); }
H1.HeaderClassName
{
color: #58144C;
}
.AnyTagClassName
{
color: #58144C;
}
</style>
background-color css
<style>
a { background-color: #58144C; }
a { background-color: rgb(88,20,76); }
div.DivClassName
{
background-color: #58144C;
}
.BgClassName
{
background-color: #58144C;
}
</style>
border-color css
<style>
span { border-color: #58144C; }
span { border-color: rgb(88,20,76); }
td.TdClassName
{
border-color: #58144C;
}
.TagClassName
{
border-color: #58144C;
}
</style>