Shades of Hot Purple #571964
Tints of Hot Purple #571964
RGB
CMYK
RGB Variations
Color information
#571964 (or 0x571964) is known color: Hot Purple. HEX triplet: 57, 19 and 64. RGB value is (87,25,100). Sum of RGB (Red+Green+Blue) = 87+25+100=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #571964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571964 is #A8E69B. Grayscale: #333333. Windows color (decimal): -11069084 or 6560087. OLE color: 6560087.
HSL color Cylindrical-coordinate representation of color #571964: hue angle of 289.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571964 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 25 | 100 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.61 |
| HSL | 289.6º | 0.6% | 0.25% | - |
| HSV(B) | 289.6º | 0.75% | 0.39% | - |
| XYZ | 6.58 | 3.64 | 12.41 | - |
| YUV | 52.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 100 | 0.13 | 0.75 | 0 | 0.61 | 289.6 | 0.6 | 0.25 |
| Hex | 57 | 19 | 64 | D | 4B | 0 | 3D | 122 | 3C | 19 |
| Octal | 127 | 31 | 144 | 15 | 113 | 0 | 75 | 442 | 74 | 31 |
| Binary | 1010111 | 11001 | 1100100 | 1101 | 1001011 | 0 | 111101 | 100100010 | 111100 | 11001 |
Color Harmonies of #571964
Complementary color
Monochromatic Colors of #571964
Black with #571964
Text Example
Text Example
White with #571964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571964; }
p { color: rgb(87,25,100); }
H1.HeaderClassName
{
color: #571964;
}
.AnyTagClassName
{
color: #571964;
}
</style>
background-color css
<style>
a { background-color: #571964; }
a { background-color: rgb(87,25,100); }
div.DivClassName
{
background-color: #571964;
}
.BgClassName
{
background-color: #571964;
}
</style>
border-color css
<style>
span { border-color: #571964; }
span { border-color: rgb(87,25,100); }
td.TdClassName
{
border-color: #571964;
}
.TagClassName
{
border-color: #571964;
}
</style>