Shades of Hot Purple #582E5F
Tints of Hot Purple #582E5F
RGB
CMYK
RGB Variations
Color information
#582E5F (or 0x582E5F) is known color: Hot Purple. HEX triplet: 58, 2E and 5F. RGB value is (88,46,95). Sum of RGB (Red+Green+Blue) = 88+46+95=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #582E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E5F is #A7D1A0. Grayscale: #3F3F3F. Windows color (decimal): -10998177 or 6237784. OLE color: 6237784.
HSL color Cylindrical-coordinate representation of color #582E5F: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582E5F is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 46 | 95 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.63 |
| HSL | 291.43º | 0.35% | 0.28% | - |
| HSV(B) | 291.43º | 0.52% | 0.37% | - |
| XYZ | 7.07 | 4.85 | 11.39 | - |
| YUV | 64.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 95 | 0.07 | 0.52 | 0 | 0.63 | 291.43 | 0.35 | 0.28 |
| Hex | 58 | 2E | 5F | 7 | 34 | 0 | 3F | 123 | 23 | 1C |
| Octal | 130 | 56 | 137 | 7 | 64 | 0 | 77 | 443 | 43 | 34 |
| Binary | 1011000 | 101110 | 1011111 | 111 | 110100 | 0 | 111111 | 100100011 | 100011 | 11100 |
Color Harmonies of #582E5F
Complementary color
Monochromatic Colors of #582E5F
Black with #582E5F
Text Example
Text Example
White with #582E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E5F; }
p { color: rgb(88,46,95); }
H1.HeaderClassName
{
color: #582E5F;
}
.AnyTagClassName
{
color: #582E5F;
}
</style>
background-color css
<style>
a { background-color: #582E5F; }
a { background-color: rgb(88,46,95); }
div.DivClassName
{
background-color: #582E5F;
}
.BgClassName
{
background-color: #582E5F;
}
</style>
border-color css
<style>
span { border-color: #582E5F; }
span { border-color: rgb(88,46,95); }
td.TdClassName
{
border-color: #582E5F;
}
.TagClassName
{
border-color: #582E5F;
}
</style>