Shades of Hot Purple #572262
Tints of Hot Purple #572262
RGB
CMYK
RGB Variations
Color information
#572262 (or 0x572262) is known color: Hot Purple. HEX triplet: 57, 22 and 62. RGB value is (87,34,98). Sum of RGB (Red+Green+Blue) = 87+34+98=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #572262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572262 is #A8DD9D. Grayscale: #383838. Windows color (decimal): -11066782 or 6431319. OLE color: 6431319.
HSL color Cylindrical-coordinate representation of color #572262: hue angle of 289.69º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #572262 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 34 | 98 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.62 |
| HSL | 289.69º | 0.48% | 0.26% | - |
| HSV(B) | 289.69º | 0.65% | 0.38% | - |
| XYZ | 6.71 | 4.05 | 11.98 | - |
| YUV | 57.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 98 | 0.11 | 0.65 | 0 | 0.62 | 289.69 | 0.48 | 0.26 |
| Hex | 57 | 22 | 62 | B | 41 | 0 | 3E | 122 | 30 | 1A |
| Octal | 127 | 42 | 142 | 13 | 101 | 0 | 76 | 442 | 60 | 32 |
| Binary | 1010111 | 100010 | 1100010 | 1011 | 1000001 | 0 | 111110 | 100100010 | 110000 | 11010 |
Color Harmonies of #572262
Complementary color
Monochromatic Colors of #572262
Black with #572262
Text Example
Text Example
White with #572262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572262; }
p { color: rgb(87,34,98); }
H1.HeaderClassName
{
color: #572262;
}
.AnyTagClassName
{
color: #572262;
}
</style>
background-color css
<style>
a { background-color: #572262; }
a { background-color: rgb(87,34,98); }
div.DivClassName
{
background-color: #572262;
}
.BgClassName
{
background-color: #572262;
}
</style>
border-color css
<style>
span { border-color: #572262; }
span { border-color: rgb(87,34,98); }
td.TdClassName
{
border-color: #572262;
}
.TagClassName
{
border-color: #572262;
}
</style>