Shades of Hot Purple #572261
Tints of Hot Purple #572261
RGB
CMYK
RGB Variations
Color information
#572261 (or 0x572261) is known color: Hot Purple. HEX triplet: 57, 22 and 61. RGB value is (87,34,97). Sum of RGB (Red+Green+Blue) = 87+34+97=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #572261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572261 is #A8DD9E. Grayscale: #383838. Windows color (decimal): -11066783 or 6365783. OLE color: 6365783.
HSL color Cylindrical-coordinate representation of color #572261: hue angle of 290.48º 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 #572261 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 34 | 97 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.62 |
| HSL | 290.48º | 0.48% | 0.26% | - |
| HSV(B) | 290.48º | 0.65% | 0.38% | - |
| XYZ | 6.66 | 4.03 | 11.74 | - |
| YUV | 57.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 97 | 0.10 | 0.65 | 0 | 0.62 | 290.48 | 0.48 | 0.26 |
| Hex | 57 | 22 | 61 | A | 41 | 0 | 3E | 122 | 30 | 1A |
| Octal | 127 | 42 | 141 | 12 | 101 | 0 | 76 | 442 | 60 | 32 |
| Binary | 1010111 | 100010 | 1100001 | 1010 | 1000001 | 0 | 111110 | 100100010 | 110000 | 11010 |
Color Harmonies of #572261
Complementary color
Monochromatic Colors of #572261
Black with #572261
Text Example
Text Example
White with #572261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572261; }
p { color: rgb(87,34,97); }
H1.HeaderClassName
{
color: #572261;
}
.AnyTagClassName
{
color: #572261;
}
</style>
background-color css
<style>
a { background-color: #572261; }
a { background-color: rgb(87,34,97); }
div.DivClassName
{
background-color: #572261;
}
.BgClassName
{
background-color: #572261;
}
</style>
border-color css
<style>
span { border-color: #572261; }
span { border-color: rgb(87,34,97); }
td.TdClassName
{
border-color: #572261;
}
.TagClassName
{
border-color: #572261;
}
</style>