Shades of Palatinate Purple #58144E
Tints of Palatinate Purple #58144E
RGB
CMYK
RGB Variations
Color information
#58144E (or 0x58144E) is known color: Palatinate Purple. HEX triplet: 58, 14 and 4E. RGB value is (88,20,78). Sum of RGB (Red+Green+Blue) = 88+20+78=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58144E is #A7EBB1. Grayscale: #2E2E2E. Windows color (decimal): -11004850 or 5117016. OLE color: 5117016.
HSL color Cylindrical-coordinate representation of color #58144E: hue angle of 308.82º 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 #58144E is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 78 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.65 |
| HSL | 308.82º | 0.63% | 0.21% | - |
| HSV(B) | 308.82º | 0.77% | 0.35% | - |
| XYZ | 5.65 | 3.13 | 7.51 | - |
| YUV | 46.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 78 | 0 | 0.77 | 0.11 | 0.65 | 308.82 | 0.63 | 0.21 |
| Hex | 58 | 14 | 4E | 0 | 4D | B | 41 | 135 | 3F | 15 |
| Octal | 130 | 24 | 116 | 0 | 115 | 13 | 101 | 465 | 77 | 25 |
| Binary | 1011000 | 10100 | 1001110 | 0 | 1001101 | 1011 | 1000001 | 100110101 | 111111 | 10101 |
Color Harmonies of #58144E
Complementary color
Monochromatic Colors of #58144E
Black with #58144E
Text Example
Text Example
White with #58144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58144E; }
p { color: rgb(88,20,78); }
H1.HeaderClassName
{
color: #58144E;
}
.AnyTagClassName
{
color: #58144E;
}
</style>
background-color css
<style>
a { background-color: #58144E; }
a { background-color: rgb(88,20,78); }
div.DivClassName
{
background-color: #58144E;
}
.BgClassName
{
background-color: #58144E;
}
</style>
border-color css
<style>
span { border-color: #58144E; }
span { border-color: rgb(88,20,78); }
td.TdClassName
{
border-color: #58144E;
}
.TagClassName
{
border-color: #58144E;
}
</style>