Shades of Hot Purple #572162
Tints of Hot Purple #572162
RGB
CMYK
RGB Variations
Color information
#572162 (or 0x572162) is known color: Hot Purple. HEX triplet: 57, 21 and 62. RGB value is (87,33,98). Sum of RGB (Red+Green+Blue) = 87+33+98=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #572162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572162 is #A8DE9D. Grayscale: #383838. Windows color (decimal): -11067038 or 6431063. OLE color: 6431063.
HSL color Cylindrical-coordinate representation of color #572162: hue angle of 289.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572162 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 33 | 98 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.62 |
| HSL | 289.85º | 0.5% | 0.26% | - |
| HSV(B) | 289.85º | 0.66% | 0.38% | - |
| XYZ | 6.68 | 4 | 11.97 | - |
| YUV | 56.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 98 | 0.11 | 0.66 | 0 | 0.62 | 289.85 | 0.5 | 0.26 |
| Hex | 57 | 21 | 62 | B | 42 | 0 | 3E | 122 | 32 | 1A |
| Octal | 127 | 41 | 142 | 13 | 102 | 0 | 76 | 442 | 62 | 32 |
| Binary | 1010111 | 100001 | 1100010 | 1011 | 1000010 | 0 | 111110 | 100100010 | 110010 | 11010 |
Color Harmonies of #572162
Complementary color
Monochromatic Colors of #572162
Black with #572162
Text Example
Text Example
White with #572162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572162; }
p { color: rgb(87,33,98); }
H1.HeaderClassName
{
color: #572162;
}
.AnyTagClassName
{
color: #572162;
}
</style>
background-color css
<style>
a { background-color: #572162; }
a { background-color: rgb(87,33,98); }
div.DivClassName
{
background-color: #572162;
}
.BgClassName
{
background-color: #572162;
}
</style>
border-color css
<style>
span { border-color: #572162; }
span { border-color: rgb(87,33,98); }
td.TdClassName
{
border-color: #572162;
}
.TagClassName
{
border-color: #572162;
}
</style>