Shades of Hot Purple #58325B
Tints of Hot Purple #58325B
RGB
CMYK
RGB Variations
Color information
#58325B (or 0x58325B) is known color: Hot Purple. HEX triplet: 58, 32 and 5B. RGB value is (88,50,91). Sum of RGB (Red+Green+Blue) = 88+50+91=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #58325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58325B is #A7CDA4. Grayscale: #414141. Windows color (decimal): -10997157 or 5976664. OLE color: 5976664.
HSL color Cylindrical-coordinate representation of color #58325B: hue angle of 295.61º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58325B is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 50 | 91 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.64 |
| HSL | 295.61º | 0.29% | 0.28% | - |
| HSV(B) | 295.61º | 0.45% | 0.36% | - |
| XYZ | 7.05 | 5.11 | 10.51 | - |
| YUV | 66.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 91 | 0.03 | 0.45 | 0 | 0.64 | 295.61 | 0.29 | 0.28 |
| Hex | 58 | 32 | 5B | 3 | 2D | 0 | 40 | 128 | 1D | 1C |
| Octal | 130 | 62 | 133 | 3 | 55 | 0 | 100 | 450 | 35 | 34 |
| Binary | 1011000 | 110010 | 1011011 | 11 | 101101 | 0 | 1000000 | 100101000 | 11101 | 11100 |
Color Harmonies of #58325B
Complementary color
Monochromatic Colors of #58325B
Black with #58325B
Text Example
Text Example
White with #58325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58325B; }
p { color: rgb(88,50,91); }
H1.HeaderClassName
{
color: #58325B;
}
.AnyTagClassName
{
color: #58325B;
}
</style>
background-color css
<style>
a { background-color: #58325B; }
a { background-color: rgb(88,50,91); }
div.DivClassName
{
background-color: #58325B;
}
.BgClassName
{
background-color: #58325B;
}
</style>
border-color css
<style>
span { border-color: #58325B; }
span { border-color: rgb(88,50,91); }
td.TdClassName
{
border-color: #58325B;
}
.TagClassName
{
border-color: #58325B;
}
</style>