Shades of Hot Purple #582657
Tints of Hot Purple #582657
RGB
CMYK
RGB Variations
Color information
#582657 (or 0x582657) is known color: Hot Purple. HEX triplet: 58, 26 and 57. RGB value is (88,38,87). Sum of RGB (Red+Green+Blue) = 88+38+87=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #582657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582657 is #A7D9A8. Grayscale: #3A3A3A. Windows color (decimal): -11000233 or 5711448. OLE color: 5711448.
HSL color Cylindrical-coordinate representation of color #582657: hue angle of 301.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #582657 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 38 | 87 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.65 |
| HSL | 301.2º | 0.4% | 0.25% | - |
| HSV(B) | 301.2º | 0.57% | 0.35% | - |
| XYZ | 6.44 | 4.15 | 9.48 | - |
| YUV | 58.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 87 | 0 | 0.57 | 0.01 | 0.65 | 301.2 | 0.4 | 0.25 |
| Hex | 58 | 26 | 57 | 0 | 39 | 1 | 41 | 12D | 28 | 19 |
| Octal | 130 | 46 | 127 | 0 | 71 | 1 | 101 | 455 | 50 | 31 |
| Binary | 1011000 | 100110 | 1010111 | 0 | 111001 | 1 | 1000001 | 100101101 | 101000 | 11001 |
Color Harmonies of #582657
Complementary color
Monochromatic Colors of #582657
Black with #582657
Text Example
Text Example
White with #582657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582657; }
p { color: rgb(88,38,87); }
H1.HeaderClassName
{
color: #582657;
}
.AnyTagClassName
{
color: #582657;
}
</style>
background-color css
<style>
a { background-color: #582657; }
a { background-color: rgb(88,38,87); }
div.DivClassName
{
background-color: #582657;
}
.BgClassName
{
background-color: #582657;
}
</style>
border-color css
<style>
span { border-color: #582657; }
span { border-color: rgb(88,38,87); }
td.TdClassName
{
border-color: #582657;
}
.TagClassName
{
border-color: #582657;
}
</style>