Shades of Hot Purple #571961
Tints of Hot Purple #571961
RGB
CMYK
RGB Variations
Color information
#571961 (or 0x571961) is known color: Hot Purple. HEX triplet: 57, 19 and 61. RGB value is (87,25,97). Sum of RGB (Red+Green+Blue) = 87+25+97=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #571961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571961 is #A8E69E. Grayscale: #333333. Windows color (decimal): -11069087 or 6363479. OLE color: 6363479.
HSL color Cylindrical-coordinate representation of color #571961: hue angle of 291.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571961 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 25 | 97 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.62 |
| HSL | 291.67º | 0.59% | 0.24% | - |
| HSV(B) | 291.67º | 0.74% | 0.38% | - |
| XYZ | 6.44 | 3.58 | 11.66 | - |
| YUV | 51.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 97 | 0.10 | 0.74 | 0 | 0.62 | 291.67 | 0.59 | 0.24 |
| Hex | 57 | 19 | 61 | A | 4A | 0 | 3E | 124 | 3B | 18 |
| Octal | 127 | 31 | 141 | 12 | 112 | 0 | 76 | 444 | 73 | 30 |
| Binary | 1010111 | 11001 | 1100001 | 1010 | 1001010 | 0 | 111110 | 100100100 | 111011 | 11000 |
Color Harmonies of #571961
Complementary color
Monochromatic Colors of #571961
Black with #571961
Text Example
Text Example
White with #571961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571961; }
p { color: rgb(87,25,97); }
H1.HeaderClassName
{
color: #571961;
}
.AnyTagClassName
{
color: #571961;
}
</style>
background-color css
<style>
a { background-color: #571961; }
a { background-color: rgb(87,25,97); }
div.DivClassName
{
background-color: #571961;
}
.BgClassName
{
background-color: #571961;
}
</style>
border-color css
<style>
span { border-color: #571961; }
span { border-color: rgb(87,25,97); }
td.TdClassName
{
border-color: #571961;
}
.TagClassName
{
border-color: #571961;
}
</style>