Shades of Hot Purple #571764
Tints of Hot Purple #571764
RGB
CMYK
RGB Variations
Color information
#571764 (or 0x571764) is known color: Hot Purple. HEX triplet: 57, 17 and 64. RGB value is (87,23,100). Sum of RGB (Red+Green+Blue) = 87+23+100=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #571764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571764 is #A8E89B. Grayscale: #323232. Windows color (decimal): -11069596 or 6559575. OLE color: 6559575.
HSL color Cylindrical-coordinate representation of color #571764: hue angle of 289.87º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571764 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 87 | 23 | 100 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.61 |
| HSL | 289.87º | 0.63% | 0.24% | - |
| HSV(B) | 289.87º | 0.77% | 0.39% | - |
| XYZ | 6.54 | 3.56 | 12.4 | - |
| YUV | 50.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 100 | 0.13 | 0.77 | 0 | 0.61 | 289.87 | 0.63 | 0.24 |
| Hex | 57 | 17 | 64 | D | 4D | 0 | 3D | 122 | 3F | 18 |
| Octal | 127 | 27 | 144 | 15 | 115 | 0 | 75 | 442 | 77 | 30 |
| Binary | 1010111 | 10111 | 1100100 | 1101 | 1001101 | 0 | 111101 | 100100010 | 111111 | 11000 |
Color Harmonies of #571764
Complementary color
Monochromatic Colors of #571764
Black with #571764
Text Example
Text Example
White with #571764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571764; }
p { color: rgb(87,23,100); }
H1.HeaderClassName
{
color: #571764;
}
.AnyTagClassName
{
color: #571764;
}
</style>
background-color css
<style>
a { background-color: #571764; }
a { background-color: rgb(87,23,100); }
div.DivClassName
{
background-color: #571764;
}
.BgClassName
{
background-color: #571764;
}
</style>
border-color css
<style>
span { border-color: #571764; }
span { border-color: rgb(87,23,100); }
td.TdClassName
{
border-color: #571764;
}
.TagClassName
{
border-color: #571764;
}
</style>