Shades of Hot Purple #582E57
Tints of Hot Purple #582E57
RGB
CMYK
RGB Variations
Color information
#582E57 (or 0x582E57) is known color: Hot Purple. HEX triplet: 58, 2E and 57. RGB value is (88,46,87). Sum of RGB (Red+Green+Blue) = 88+46+87=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #582E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E57 is #A7D1A8. Grayscale: #3F3F3F. Windows color (decimal): -10998185 or 5713496. OLE color: 5713496.
HSL color Cylindrical-coordinate representation of color #582E57: hue angle of 301.43º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #582E57 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 87 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.65 |
| HSL | 301.43º | 0.31% | 0.26% | - |
| HSV(B) | 301.43º | 0.48% | 0.35% | - |
| XYZ | 6.72 | 4.72 | 9.57 | - |
| YUV | 63.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 87 | 0 | 0.48 | 0.01 | 0.65 | 301.43 | 0.31 | 0.26 |
| Hex | 58 | 2E | 57 | 0 | 30 | 1 | 41 | 12D | 1F | 1A |
| Octal | 130 | 56 | 127 | 0 | 60 | 1 | 101 | 455 | 37 | 32 |
| Binary | 1011000 | 101110 | 1010111 | 0 | 110000 | 1 | 1000001 | 100101101 | 11111 | 11010 |
Color Harmonies of #582E57
Complementary color
Monochromatic Colors of #582E57
Black with #582E57
Text Example
Text Example
White with #582E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E57; }
p { color: rgb(88,46,87); }
H1.HeaderClassName
{
color: #582E57;
}
.AnyTagClassName
{
color: #582E57;
}
</style>
background-color css
<style>
a { background-color: #582E57; }
a { background-color: rgb(88,46,87); }
div.DivClassName
{
background-color: #582E57;
}
.BgClassName
{
background-color: #582E57;
}
</style>
border-color css
<style>
span { border-color: #582E57; }
span { border-color: rgb(88,46,87); }
td.TdClassName
{
border-color: #582E57;
}
.TagClassName
{
border-color: #582E57;
}
</style>