Shades of Hot Purple #58215D
Tints of Hot Purple #58215D
RGB
CMYK
RGB Variations
Color information
#58215D (or 0x58215D) is known color: Hot Purple. HEX triplet: 58, 21 and 5D. RGB value is (88,33,93). Sum of RGB (Red+Green+Blue) = 88+33+93=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #58215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58215D is #A7DEA2. Grayscale: #383838. Windows color (decimal): -11001507 or 6103384. OLE color: 6103384.
HSL color Cylindrical-coordinate representation of color #58215D: hue angle of 295º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58215D is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 33 | 93 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.64 |
| HSL | 295º | 0.48% | 0.25% | - |
| HSV(B) | 295º | 0.65% | 0.36% | - |
| XYZ | 6.54 | 3.95 | 10.77 | - |
| YUV | 56.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 33 | 93 | 0.05 | 0.65 | 0 | 0.64 | 295 | 0.48 | 0.25 |
| Hex | 58 | 21 | 5D | 5 | 41 | 0 | 40 | 127 | 30 | 19 |
| Octal | 130 | 41 | 135 | 5 | 101 | 0 | 100 | 447 | 60 | 31 |
| Binary | 1011000 | 100001 | 1011101 | 101 | 1000001 | 0 | 1000000 | 100100111 | 110000 | 11001 |
Color Harmonies of #58215D
Complementary color
Monochromatic Colors of #58215D
Black with #58215D
Text Example
Text Example
White with #58215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58215D; }
p { color: rgb(88,33,93); }
H1.HeaderClassName
{
color: #58215D;
}
.AnyTagClassName
{
color: #58215D;
}
</style>
background-color css
<style>
a { background-color: #58215D; }
a { background-color: rgb(88,33,93); }
div.DivClassName
{
background-color: #58215D;
}
.BgClassName
{
background-color: #58215D;
}
</style>
border-color css
<style>
span { border-color: #58215D; }
span { border-color: rgb(88,33,93); }
td.TdClassName
{
border-color: #58215D;
}
.TagClassName
{
border-color: #58215D;
}
</style>