Shades of Hot Purple #571E59
Tints of Hot Purple #571E59
RGB
CMYK
RGB Variations
Color information
#571E59 (or 0x571E59) is known color: Hot Purple. HEX triplet: 57, 1E and 59. RGB value is (87,30,89). Sum of RGB (Red+Green+Blue) = 87+30+89=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #571E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571E59 is #A8E1A6. Grayscale: #353535. Windows color (decimal): -11067815 or 5840471. OLE color: 5840471.
HSL color Cylindrical-coordinate representation of color #571E59: hue angle of 297.97º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E59 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 30 | 89 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.65 |
| HSL | 297.97º | 0.5% | 0.23% | - |
| HSV(B) | 297.97º | 0.66% | 0.35% | - |
| XYZ | 6.2 | 3.68 | 9.83 | - |
| YUV | 53.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 89 | 0.02 | 0.66 | 0 | 0.65 | 297.97 | 0.5 | 0.23 |
| Hex | 57 | 1E | 59 | 2 | 42 | 0 | 41 | 12A | 32 | 17 |
| Octal | 127 | 36 | 131 | 2 | 102 | 0 | 101 | 452 | 62 | 27 |
| Binary | 1010111 | 11110 | 1011001 | 10 | 1000010 | 0 | 1000001 | 100101010 | 110010 | 10111 |
Color Harmonies of #571E59
Complementary color
Monochromatic Colors of #571E59
Black with #571E59
Text Example
Text Example
White with #571E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E59; }
p { color: rgb(87,30,89); }
H1.HeaderClassName
{
color: #571E59;
}
.AnyTagClassName
{
color: #571E59;
}
</style>
background-color css
<style>
a { background-color: #571E59; }
a { background-color: rgb(87,30,89); }
div.DivClassName
{
background-color: #571E59;
}
.BgClassName
{
background-color: #571E59;
}
</style>
border-color css
<style>
span { border-color: #571E59; }
span { border-color: rgb(87,30,89); }
td.TdClassName
{
border-color: #571E59;
}
.TagClassName
{
border-color: #571E59;
}
</style>