Shades of Hot Purple #582461
Tints of Hot Purple #582461
RGB
CMYK
RGB Variations
Color information
#582461 (or 0x582461) is known color: Hot Purple. HEX triplet: 58, 24 and 61. RGB value is (88,36,97). Sum of RGB (Red+Green+Blue) = 88+36+97=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #582461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582461 is #A7DB9E. Grayscale: #3A3A3A. Windows color (decimal): -11000735 or 6366296. OLE color: 6366296.
HSL color Cylindrical-coordinate representation of color #582461: hue angle of 291.15º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #582461 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 36 | 97 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.62 |
| HSL | 291.15º | 0.46% | 0.26% | - |
| HSV(B) | 291.15º | 0.63% | 0.38% | - |
| XYZ | 6.81 | 4.2 | 11.76 | - |
| YUV | 58.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 97 | 0.09 | 0.63 | 0 | 0.62 | 291.15 | 0.46 | 0.26 |
| Hex | 58 | 24 | 61 | 9 | 3F | 0 | 3E | 123 | 2E | 1A |
| Octal | 130 | 44 | 141 | 11 | 77 | 0 | 76 | 443 | 56 | 32 |
| Binary | 1011000 | 100100 | 1100001 | 1001 | 111111 | 0 | 111110 | 100100011 | 101110 | 11010 |
Color Harmonies of #582461
Complementary color
Monochromatic Colors of #582461
Black with #582461
Text Example
Text Example
White with #582461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582461; }
p { color: rgb(88,36,97); }
H1.HeaderClassName
{
color: #582461;
}
.AnyTagClassName
{
color: #582461;
}
</style>
background-color css
<style>
a { background-color: #582461; }
a { background-color: rgb(88,36,97); }
div.DivClassName
{
background-color: #582461;
}
.BgClassName
{
background-color: #582461;
}
</style>
border-color css
<style>
span { border-color: #582461; }
span { border-color: rgb(88,36,97); }
td.TdClassName
{
border-color: #582461;
}
.TagClassName
{
border-color: #582461;
}
</style>