Shades of Hot Purple #58345B
Tints of Hot Purple #58345B
RGB
CMYK
RGB Variations
Color information
#58345B (or 0x58345B) is known color: Hot Purple. HEX triplet: 58, 34 and 5B. RGB value is (88,52,91). Sum of RGB (Red+Green+Blue) = 88+52+91=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #58345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58345B is #A7CBA4. Grayscale: #434343. Windows color (decimal): -10996645 or 5977176. OLE color: 5977176.
HSL color Cylindrical-coordinate representation of color #58345B: hue angle of 295.38º degrees, saturation: 0.27, 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 #58345B is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 52 | 91 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.64 |
| HSL | 295.38º | 0.27% | 0.28% | - |
| HSV(B) | 295.38º | 0.43% | 0.36% | - |
| XYZ | 7.14 | 5.29 | 10.54 | - |
| YUV | 67.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 91 | 0.03 | 0.43 | 0 | 0.64 | 295.38 | 0.27 | 0.28 |
| Hex | 58 | 34 | 5B | 3 | 2B | 0 | 40 | 127 | 1B | 1C |
| Octal | 130 | 64 | 133 | 3 | 53 | 0 | 100 | 447 | 33 | 34 |
| Binary | 1011000 | 110100 | 1011011 | 11 | 101011 | 0 | 1000000 | 100100111 | 11011 | 11100 |
Color Harmonies of #58345B
Complementary color
Monochromatic Colors of #58345B
Black with #58345B
Text Example
Text Example
White with #58345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58345B; }
p { color: rgb(88,52,91); }
H1.HeaderClassName
{
color: #58345B;
}
.AnyTagClassName
{
color: #58345B;
}
</style>
background-color css
<style>
a { background-color: #58345B; }
a { background-color: rgb(88,52,91); }
div.DivClassName
{
background-color: #58345B;
}
.BgClassName
{
background-color: #58345B;
}
</style>
border-color css
<style>
span { border-color: #58345B; }
span { border-color: rgb(88,52,91); }
td.TdClassName
{
border-color: #58345B;
}
.TagClassName
{
border-color: #58345B;
}
</style>