Shades of Hot Purple #571E61
Tints of Hot Purple #571E61
RGB
CMYK
RGB Variations
Color information
#571E61 (or 0x571E61) is known color: Hot Purple. HEX triplet: 57, 1E and 61. RGB value is (87,30,97). Sum of RGB (Red+Green+Blue) = 87+30+97=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #571E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E61 is #A8E19E. Grayscale: #363636. Windows color (decimal): -11067807 or 6364759. OLE color: 6364759.
HSL color Cylindrical-coordinate representation of color #571E61: hue angle of 291.04º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #571E61 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 30 | 97 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.62 |
| HSL | 291.04º | 0.53% | 0.25% | - |
| HSV(B) | 291.04º | 0.69% | 0.38% | - |
| XYZ | 6.55 | 3.82 | 11.7 | - |
| YUV | 54.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 97 | 0.10 | 0.69 | 0 | 0.62 | 291.04 | 0.53 | 0.25 |
| Hex | 57 | 1E | 61 | A | 45 | 0 | 3E | 123 | 35 | 19 |
| Octal | 127 | 36 | 141 | 12 | 105 | 0 | 76 | 443 | 65 | 31 |
| Binary | 1010111 | 11110 | 1100001 | 1010 | 1000101 | 0 | 111110 | 100100011 | 110101 | 11001 |
Color Harmonies of #571E61
Complementary color
Monochromatic Colors of #571E61
Black with #571E61
Text Example
Text Example
White with #571E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E61; }
p { color: rgb(87,30,97); }
H1.HeaderClassName
{
color: #571E61;
}
.AnyTagClassName
{
color: #571E61;
}
</style>
background-color css
<style>
a { background-color: #571E61; }
a { background-color: rgb(87,30,97); }
div.DivClassName
{
background-color: #571E61;
}
.BgClassName
{
background-color: #571E61;
}
</style>
border-color css
<style>
span { border-color: #571E61; }
span { border-color: rgb(87,30,97); }
td.TdClassName
{
border-color: #571E61;
}
.TagClassName
{
border-color: #571E61;
}
</style>