Shades of Hot Purple #582661
Tints of Hot Purple #582661
RGB
CMYK
RGB Variations
Color information
#582661 (or 0x582661) is known color: Hot Purple. HEX triplet: 58, 26 and 61. RGB value is (88,38,97). Sum of RGB (Red+Green+Blue) = 88+38+97=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #582661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582661 is #A7D99E. Grayscale: #3B3B3B. Windows color (decimal): -11000223 or 6366808. OLE color: 6366808.
HSL color Cylindrical-coordinate representation of color #582661: hue angle of 290.85º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582661 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 38 | 97 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.62 |
| HSL | 290.85º | 0.44% | 0.26% | - |
| HSV(B) | 290.85º | 0.61% | 0.38% | - |
| XYZ | 6.88 | 4.32 | 11.78 | - |
| YUV | 59.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 38 | 97 | 0.09 | 0.61 | 0 | 0.62 | 290.85 | 0.44 | 0.26 |
| Hex | 58 | 26 | 61 | 9 | 3D | 0 | 3E | 123 | 2C | 1A |
| Octal | 130 | 46 | 141 | 11 | 75 | 0 | 76 | 443 | 54 | 32 |
| Binary | 1011000 | 100110 | 1100001 | 1001 | 111101 | 0 | 111110 | 100100011 | 101100 | 11010 |
Color Harmonies of #582661
Complementary color
Monochromatic Colors of #582661
Black with #582661
Text Example
Text Example
White with #582661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582661; }
p { color: rgb(88,38,97); }
H1.HeaderClassName
{
color: #582661;
}
.AnyTagClassName
{
color: #582661;
}
</style>
background-color css
<style>
a { background-color: #582661; }
a { background-color: rgb(88,38,97); }
div.DivClassName
{
background-color: #582661;
}
.BgClassName
{
background-color: #582661;
}
</style>
border-color css
<style>
span { border-color: #582661; }
span { border-color: rgb(88,38,97); }
td.TdClassName
{
border-color: #582661;
}
.TagClassName
{
border-color: #582661;
}
</style>