Shades of Palatinate Purple #58045D
Tints of Palatinate Purple #58045D
RGB
CMYK
RGB Variations
Color information
#58045D (or 0x58045D) is known color: Palatinate Purple. HEX triplet: 58, 04 and 5D. RGB value is (88,4,93). Sum of RGB (Red+Green+Blue) = 88+4+93=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #58045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58045D is #A7FBA2. Grayscale: #262626. Windows color (decimal): -11008931 or 6095960. OLE color: 6095960.
HSL color Cylindrical-coordinate representation of color #58045D: hue angle of 296.63º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58045D is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 4 | 93 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.64 |
| HSL | 296.63º | 0.92% | 0.19% | - |
| HSV(B) | 296.63º | 0.96% | 0.36% | - |
| XYZ | 6.04 | 2.95 | 10.61 | - |
| YUV | 39.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 93 | 0.05 | 0.96 | 0 | 0.64 | 296.63 | 0.92 | 0.19 |
| Hex | 58 | 4 | 5D | 5 | 60 | 0 | 40 | 129 | 5C | 13 |
| Octal | 130 | 4 | 135 | 5 | 140 | 0 | 100 | 451 | 134 | 23 |
| Binary | 1011000 | 100 | 1011101 | 101 | 1100000 | 0 | 1000000 | 100101001 | 1011100 | 10011 |
Color Harmonies of #58045D
Complementary color
Monochromatic Colors of #58045D
Black with #58045D
Text Example
Text Example
White with #58045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58045D; }
p { color: rgb(88,4,93); }
H1.HeaderClassName
{
color: #58045D;
}
.AnyTagClassName
{
color: #58045D;
}
</style>
background-color css
<style>
a { background-color: #58045D; }
a { background-color: rgb(88,4,93); }
div.DivClassName
{
background-color: #58045D;
}
.BgClassName
{
background-color: #58045D;
}
</style>
border-color css
<style>
span { border-color: #58045D; }
span { border-color: rgb(88,4,93); }
td.TdClassName
{
border-color: #58045D;
}
.TagClassName
{
border-color: #58045D;
}
</style>