Shades of Hot Purple #58295B
Tints of Hot Purple #58295B
RGB
CMYK
RGB Variations
Color information
#58295B (or 0x58295B) is known color: Hot Purple. HEX triplet: 58, 29 and 5B. RGB value is (88,41,91). Sum of RGB (Red+Green+Blue) = 88+41+91=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #58295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58295B is #A7D6A4. Grayscale: #3C3C3C. Windows color (decimal): -10999461 or 5974360. OLE color: 5974360.
HSL color Cylindrical-coordinate representation of color #58295B: hue angle of 296.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58295B is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 41 | 91 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.64 |
| HSL | 296.4º | 0.38% | 0.26% | - |
| HSV(B) | 296.4º | 0.55% | 0.36% | - |
| XYZ | 6.71 | 4.42 | 10.4 | - |
| YUV | 60.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 91 | 0.03 | 0.55 | 0 | 0.64 | 296.4 | 0.38 | 0.26 |
| Hex | 58 | 29 | 5B | 3 | 37 | 0 | 40 | 128 | 26 | 1A |
| Octal | 130 | 51 | 133 | 3 | 67 | 0 | 100 | 450 | 46 | 32 |
| Binary | 1011000 | 101001 | 1011011 | 11 | 110111 | 0 | 1000000 | 100101000 | 100110 | 11010 |
Color Harmonies of #58295B
Complementary color
Monochromatic Colors of #58295B
Black with #58295B
Text Example
Text Example
White with #58295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58295B; }
p { color: rgb(88,41,91); }
H1.HeaderClassName
{
color: #58295B;
}
.AnyTagClassName
{
color: #58295B;
}
</style>
background-color css
<style>
a { background-color: #58295B; }
a { background-color: rgb(88,41,91); }
div.DivClassName
{
background-color: #58295B;
}
.BgClassName
{
background-color: #58295B;
}
</style>
border-color css
<style>
span { border-color: #58295B; }
span { border-color: rgb(88,41,91); }
td.TdClassName
{
border-color: #58295B;
}
.TagClassName
{
border-color: #58295B;
}
</style>