Shades of Hot Purple #58345C
Tints of Hot Purple #58345C
RGB
CMYK
RGB Variations
Color information
#58345C (or 0x58345C) is known color: Hot Purple. HEX triplet: 58, 34 and 5C. RGB value is (88,52,92). Sum of RGB (Red+Green+Blue) = 88+52+92=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #58345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58345C is #A7CBA3. Grayscale: #434343. Windows color (decimal): -10996644 or 6042712. OLE color: 6042712.
HSL color Cylindrical-coordinate representation of color #58345C: hue angle of 294º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58345C is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 52 | 92 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.64 |
| HSL | 294º | 0.28% | 0.28% | - |
| HSV(B) | 294º | 0.43% | 0.36% | - |
| XYZ | 7.18 | 5.3 | 10.77 | - |
| YUV | 67.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 92 | 0.04 | 0.43 | 0 | 0.64 | 294 | 0.28 | 0.28 |
| Hex | 58 | 34 | 5C | 4 | 2B | 0 | 40 | 126 | 1C | 1C |
| Octal | 130 | 64 | 134 | 4 | 53 | 0 | 100 | 446 | 34 | 34 |
| Binary | 1011000 | 110100 | 1011100 | 100 | 101011 | 0 | 1000000 | 100100110 | 11100 | 11100 |
Color Harmonies of #58345C
Complementary color
Monochromatic Colors of #58345C
Black with #58345C
Text Example
Text Example
White with #58345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58345C; }
p { color: rgb(88,52,92); }
H1.HeaderClassName
{
color: #58345C;
}
.AnyTagClassName
{
color: #58345C;
}
</style>
background-color css
<style>
a { background-color: #58345C; }
a { background-color: rgb(88,52,92); }
div.DivClassName
{
background-color: #58345C;
}
.BgClassName
{
background-color: #58345C;
}
</style>
border-color css
<style>
span { border-color: #58345C; }
span { border-color: rgb(88,52,92); }
td.TdClassName
{
border-color: #58345C;
}
.TagClassName
{
border-color: #58345C;
}
</style>