Shades of Hot Purple #582F57
Tints of Hot Purple #582F57
RGB
CMYK
RGB Variations
Color information
#582F57 (or 0x582F57) is known color: Hot Purple. HEX triplet: 58, 2F and 57. RGB value is (88,47,87). Sum of RGB (Red+Green+Blue) = 88+47+87=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #582F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F57 is #A7D0A8. Grayscale: #3F3F3F. Windows color (decimal): -10997929 or 5713752. OLE color: 5713752.
HSL color Cylindrical-coordinate representation of color #582F57: hue angle of 301.46º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F57 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 47 | 87 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.65 |
| HSL | 301.46º | 0.3% | 0.26% | - |
| HSV(B) | 301.46º | 0.47% | 0.35% | - |
| XYZ | 6.76 | 4.8 | 9.59 | - |
| YUV | 63.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 87 | 0 | 0.47 | 0.01 | 0.65 | 301.46 | 0.3 | 0.26 |
| Hex | 58 | 2F | 57 | 0 | 2F | 1 | 41 | 12D | 1E | 1A |
| Octal | 130 | 57 | 127 | 0 | 57 | 1 | 101 | 455 | 36 | 32 |
| Binary | 1011000 | 101111 | 1010111 | 0 | 101111 | 1 | 1000001 | 100101101 | 11110 | 11010 |
Color Harmonies of #582F57
Complementary color
Monochromatic Colors of #582F57
Black with #582F57
Text Example
Text Example
White with #582F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582F57; }
p { color: rgb(88,47,87); }
H1.HeaderClassName
{
color: #582F57;
}
.AnyTagClassName
{
color: #582F57;
}
</style>
background-color css
<style>
a { background-color: #582F57; }
a { background-color: rgb(88,47,87); }
div.DivClassName
{
background-color: #582F57;
}
.BgClassName
{
background-color: #582F57;
}
</style>
border-color css
<style>
span { border-color: #582F57; }
span { border-color: rgb(88,47,87); }
td.TdClassName
{
border-color: #582F57;
}
.TagClassName
{
border-color: #582F57;
}
</style>