Shades of Hot Purple #572962
Tints of Hot Purple #572962
RGB
CMYK
RGB Variations
Color information
#572962 (or 0x572962) is known color: Hot Purple. HEX triplet: 57, 29 and 62. RGB value is (87,41,98). Sum of RGB (Red+Green+Blue) = 87+41+98=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #572962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572962 is #A8D69D. Grayscale: #3D3D3D. Windows color (decimal): -11064990 or 6433111. OLE color: 6433111.
HSL color Cylindrical-coordinate representation of color #572962: hue angle of 288.42º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #572962 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 41 | 98 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.62 |
| HSL | 288.42º | 0.41% | 0.27% | - |
| HSV(B) | 288.42º | 0.58% | 0.38% | - |
| XYZ | 6.93 | 4.49 | 12.06 | - |
| YUV | 61.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 98 | 0.11 | 0.58 | 0 | 0.62 | 288.42 | 0.41 | 0.27 |
| Hex | 57 | 29 | 62 | B | 3A | 0 | 3E | 120 | 29 | 1B |
| Octal | 127 | 51 | 142 | 13 | 72 | 0 | 76 | 440 | 51 | 33 |
| Binary | 1010111 | 101001 | 1100010 | 1011 | 111010 | 0 | 111110 | 100100000 | 101001 | 11011 |
Color Harmonies of #572962
Complementary color
Monochromatic Colors of #572962
Black with #572962
Text Example
Text Example
White with #572962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572962; }
p { color: rgb(87,41,98); }
H1.HeaderClassName
{
color: #572962;
}
.AnyTagClassName
{
color: #572962;
}
</style>
background-color css
<style>
a { background-color: #572962; }
a { background-color: rgb(87,41,98); }
div.DivClassName
{
background-color: #572962;
}
.BgClassName
{
background-color: #572962;
}
</style>
border-color css
<style>
span { border-color: #572962; }
span { border-color: rgb(87,41,98); }
td.TdClassName
{
border-color: #572962;
}
.TagClassName
{
border-color: #572962;
}
</style>