Shades of Hot Purple #58365C
Tints of Hot Purple #58365C
RGB
CMYK
RGB Variations
Color information
#58365C (or 0x58365C) is known color: Hot Purple. HEX triplet: 58, 36 and 5C. RGB value is (88,54,92). Sum of RGB (Red+Green+Blue) = 88+54+92=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #58365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58365C is #A7C9A3. Grayscale: #444444. Windows color (decimal): -10996132 or 6043224. OLE color: 6043224.
HSL color Cylindrical-coordinate representation of color #58365C: hue angle of 293.68º 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 #58365C is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 54 | 92 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.64 |
| HSL | 293.68º | 0.26% | 0.29% | - |
| HSV(B) | 293.68º | 0.41% | 0.36% | - |
| XYZ | 7.28 | 5.49 | 10.8 | - |
| YUV | 68.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 92 | 0.04 | 0.41 | 0 | 0.64 | 293.68 | 0.26 | 0.29 |
| Hex | 58 | 36 | 5C | 4 | 29 | 0 | 40 | 126 | 1A | 1D |
| Octal | 130 | 66 | 134 | 4 | 51 | 0 | 100 | 446 | 32 | 35 |
| Binary | 1011000 | 110110 | 1011100 | 100 | 101001 | 0 | 1000000 | 100100110 | 11010 | 11101 |
Color Harmonies of #58365C
Complementary color
Monochromatic Colors of #58365C
Black with #58365C
Text Example
Text Example
White with #58365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58365C; }
p { color: rgb(88,54,92); }
H1.HeaderClassName
{
color: #58365C;
}
.AnyTagClassName
{
color: #58365C;
}
</style>
background-color css
<style>
a { background-color: #58365C; }
a { background-color: rgb(88,54,92); }
div.DivClassName
{
background-color: #58365C;
}
.BgClassName
{
background-color: #58365C;
}
</style>
border-color css
<style>
span { border-color: #58365C; }
span { border-color: rgb(88,54,92); }
td.TdClassName
{
border-color: #58365C;
}
.TagClassName
{
border-color: #58365C;
}
</style>