Shades of Hot Purple #571F55
Tints of Hot Purple #571F55
RGB
CMYK
RGB Variations
Color information
#571F55 (or 0x571F55) is known color: Hot Purple. HEX triplet: 57, 1F and 55. RGB value is (87,31,85). Sum of RGB (Red+Green+Blue) = 87+31+85=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #571F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571F55 is #A8E0AA. Grayscale: #353535. Windows color (decimal): -11067563 or 5578583. OLE color: 5578583.
HSL color Cylindrical-coordinate representation of color #571F55: hue angle of 302.14º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #571F55 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 31 | 85 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.66 |
| HSL | 302.14º | 0.47% | 0.23% | - |
| HSV(B) | 302.14º | 0.64% | 0.34% | - |
| XYZ | 6.06 | 3.66 | 8.98 | - |
| YUV | 53.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 31 | 85 | 0 | 0.64 | 0.02 | 0.66 | 302.14 | 0.47 | 0.23 |
| Hex | 57 | 1F | 55 | 0 | 40 | 2 | 42 | 12E | 2F | 17 |
| Octal | 127 | 37 | 125 | 0 | 100 | 2 | 102 | 456 | 57 | 27 |
| Binary | 1010111 | 11111 | 1010101 | 0 | 1000000 | 10 | 1000010 | 100101110 | 101111 | 10111 |
Color Harmonies of #571F55
Complementary color
Monochromatic Colors of #571F55
Black with #571F55
Text Example
Text Example
White with #571F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571F55; }
p { color: rgb(87,31,85); }
H1.HeaderClassName
{
color: #571F55;
}
.AnyTagClassName
{
color: #571F55;
}
</style>
background-color css
<style>
a { background-color: #571F55; }
a { background-color: rgb(87,31,85); }
div.DivClassName
{
background-color: #571F55;
}
.BgClassName
{
background-color: #571F55;
}
</style>
border-color css
<style>
span { border-color: #571F55; }
span { border-color: rgb(87,31,85); }
td.TdClassName
{
border-color: #571F55;
}
.TagClassName
{
border-color: #571F55;
}
</style>