Shades of Palatinate Purple #58115D
Tints of Palatinate Purple #58115D
RGB
CMYK
RGB Variations
Color information
#58115D (or 0x58115D) is known color: Palatinate Purple. HEX triplet: 58, 11 and 5D. RGB value is (88,17,93). Sum of RGB (Red+Green+Blue) = 88+17+93=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #58115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58115D is #A7EEA2. Grayscale: #2E2E2E. Windows color (decimal): -11005603 or 6099288. OLE color: 6099288.
HSL color Cylindrical-coordinate representation of color #58115D: hue angle of 296.05º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58115D is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 17 | 93 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.64 |
| HSL | 296.05º | 0.69% | 0.22% | - |
| HSV(B) | 296.05º | 0.82% | 0.36% | - |
| XYZ | 6.2 | 3.27 | 10.66 | - |
| YUV | 46.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 93 | 0.05 | 0.82 | 0 | 0.64 | 296.05 | 0.69 | 0.22 |
| Hex | 58 | 11 | 5D | 5 | 52 | 0 | 40 | 128 | 45 | 16 |
| Octal | 130 | 21 | 135 | 5 | 122 | 0 | 100 | 450 | 105 | 26 |
| Binary | 1011000 | 10001 | 1011101 | 101 | 1010010 | 0 | 1000000 | 100101000 | 1000101 | 10110 |
Color Harmonies of #58115D
Complementary color
Monochromatic Colors of #58115D
Black with #58115D
Text Example
Text Example
White with #58115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58115D; }
p { color: rgb(88,17,93); }
H1.HeaderClassName
{
color: #58115D;
}
.AnyTagClassName
{
color: #58115D;
}
</style>
background-color css
<style>
a { background-color: #58115D; }
a { background-color: rgb(88,17,93); }
div.DivClassName
{
background-color: #58115D;
}
.BgClassName
{
background-color: #58115D;
}
</style>
border-color css
<style>
span { border-color: #58115D; }
span { border-color: rgb(88,17,93); }
td.TdClassName
{
border-color: #58115D;
}
.TagClassName
{
border-color: #58115D;
}
</style>