Shades of Palatinate Purple #58134E
Tints of Palatinate Purple #58134E
RGB
CMYK
RGB Variations
Color information
#58134E (or 0x58134E) is known color: Palatinate Purple. HEX triplet: 58, 13 and 4E. RGB value is (88,19,78). Sum of RGB (Red+Green+Blue) = 88+19+78=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58134E is #A7ECB1. Grayscale: #2E2E2E. Windows color (decimal): -11005106 or 5116760. OLE color: 5116760.
HSL color Cylindrical-coordinate representation of color #58134E: hue angle of 308.7º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58134E is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 78 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.65 |
| HSL | 308.7º | 0.64% | 0.21% | - |
| HSV(B) | 308.7º | 0.78% | 0.35% | - |
| XYZ | 5.63 | 3.09 | 7.51 | - |
| YUV | 46.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 78 | 0 | 0.78 | 0.11 | 0.65 | 308.7 | 0.64 | 0.21 |
| Hex | 58 | 13 | 4E | 0 | 4E | B | 41 | 135 | 40 | 15 |
| Octal | 130 | 23 | 116 | 0 | 116 | 13 | 101 | 465 | 100 | 25 |
| Binary | 1011000 | 10011 | 1001110 | 0 | 1001110 | 1011 | 1000001 | 100110101 | 1000000 | 10101 |
Color Harmonies of #58134E
Complementary color
Monochromatic Colors of #58134E
Black with #58134E
Text Example
Text Example
White with #58134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58134E; }
p { color: rgb(88,19,78); }
H1.HeaderClassName
{
color: #58134E;
}
.AnyTagClassName
{
color: #58134E;
}
</style>
background-color css
<style>
a { background-color: #58134E; }
a { background-color: rgb(88,19,78); }
div.DivClassName
{
background-color: #58134E;
}
.BgClassName
{
background-color: #58134E;
}
</style>
border-color css
<style>
span { border-color: #58134E; }
span { border-color: rgb(88,19,78); }
td.TdClassName
{
border-color: #58134E;
}
.TagClassName
{
border-color: #58134E;
}
</style>