Shades of Hot Purple #58395C
Tints of Hot Purple #58395C
RGB
CMYK
RGB Variations
Color information
#58395C (or 0x58395C) is known color: Hot Purple. HEX triplet: 58, 39 and 5C. RGB value is (88,57,92). Sum of RGB (Red+Green+Blue) = 88+57+92=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #58395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58395C is #A7C6A3. Grayscale: #464646. Windows color (decimal): -10995364 or 6043992. OLE color: 6043992.
HSL color Cylindrical-coordinate representation of color #58395C: hue angle of 293.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58395C is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 57 | 92 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.64 |
| HSL | 293.14º | 0.23% | 0.29% | - |
| HSV(B) | 293.14º | 0.38% | 0.36% | - |
| XYZ | 7.42 | 5.77 | 10.85 | - |
| YUV | 70.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 92 | 0.04 | 0.38 | 0 | 0.64 | 293.14 | 0.23 | 0.29 |
| Hex | 58 | 39 | 5C | 4 | 26 | 0 | 40 | 125 | 17 | 1D |
| Octal | 130 | 71 | 134 | 4 | 46 | 0 | 100 | 445 | 27 | 35 |
| Binary | 1011000 | 111001 | 1011100 | 100 | 100110 | 0 | 1000000 | 100100101 | 10111 | 11101 |
Color Harmonies of #58395C
Complementary color
Monochromatic Colors of #58395C
Black with #58395C
Text Example
Text Example
White with #58395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58395C; }
p { color: rgb(88,57,92); }
H1.HeaderClassName
{
color: #58395C;
}
.AnyTagClassName
{
color: #58395C;
}
</style>
background-color css
<style>
a { background-color: #58395C; }
a { background-color: rgb(88,57,92); }
div.DivClassName
{
background-color: #58395C;
}
.BgClassName
{
background-color: #58395C;
}
</style>
border-color css
<style>
span { border-color: #58395C; }
span { border-color: rgb(88,57,92); }
td.TdClassName
{
border-color: #58395C;
}
.TagClassName
{
border-color: #58395C;
}
</style>