Shades of Hot Purple #58375D
Tints of Hot Purple #58375D
RGB
CMYK
RGB Variations
Color information
#58375D (or 0x58375D) is known color: Hot Purple. HEX triplet: 58, 37 and 5D. RGB value is (88,55,93). Sum of RGB (Red+Green+Blue) = 88+55+93=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #58375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58375D is #A7C8A2. Grayscale: #454545. Windows color (decimal): -10995875 or 6109016. OLE color: 6109016.
HSL color Cylindrical-coordinate representation of color #58375D: hue angle of 292.11º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58375D is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 55 | 93 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.64 |
| HSL | 292.11º | 0.26% | 0.29% | - |
| HSV(B) | 292.11º | 0.41% | 0.36% | - |
| XYZ | 7.37 | 5.6 | 11.05 | - |
| YUV | 69.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 93 | 0.05 | 0.41 | 0 | 0.64 | 292.11 | 0.26 | 0.29 |
| Hex | 58 | 37 | 5D | 5 | 29 | 0 | 40 | 124 | 1A | 1D |
| Octal | 130 | 67 | 135 | 5 | 51 | 0 | 100 | 444 | 32 | 35 |
| Binary | 1011000 | 110111 | 1011101 | 101 | 101001 | 0 | 1000000 | 100100100 | 11010 | 11101 |
Color Harmonies of #58375D
Complementary color
Monochromatic Colors of #58375D
Black with #58375D
Text Example
Text Example
White with #58375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58375D; }
p { color: rgb(88,55,93); }
H1.HeaderClassName
{
color: #58375D;
}
.AnyTagClassName
{
color: #58375D;
}
</style>
background-color css
<style>
a { background-color: #58375D; }
a { background-color: rgb(88,55,93); }
div.DivClassName
{
background-color: #58375D;
}
.BgClassName
{
background-color: #58375D;
}
</style>
border-color css
<style>
span { border-color: #58375D; }
span { border-color: rgb(88,55,93); }
td.TdClassName
{
border-color: #58375D;
}
.TagClassName
{
border-color: #58375D;
}
</style>