Shades of Hot Purple #57175E
Tints of Hot Purple #57175E
RGB
CMYK
RGB Variations
Color information
#57175E (or 0x57175E) is known color: Hot Purple. HEX triplet: 57, 17 and 5E. RGB value is (87,23,94). Sum of RGB (Red+Green+Blue) = 87+23+94=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #57175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57175E is #A8E8A1. Grayscale: #323232. Windows color (decimal): -11069602 or 6166359. OLE color: 6166359.
HSL color Cylindrical-coordinate representation of color #57175E: hue angle of 294.08º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57175E is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 23 | 94 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.63 |
| HSL | 294.08º | 0.61% | 0.23% | - |
| HSV(B) | 294.08º | 0.76% | 0.37% | - |
| XYZ | 6.26 | 3.45 | 10.93 | - |
| YUV | 50.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 94 | 0.07 | 0.76 | 0 | 0.63 | 294.08 | 0.61 | 0.23 |
| Hex | 57 | 17 | 5E | 7 | 4C | 0 | 3F | 126 | 3D | 17 |
| Octal | 127 | 27 | 136 | 7 | 114 | 0 | 77 | 446 | 75 | 27 |
| Binary | 1010111 | 10111 | 1011110 | 111 | 1001100 | 0 | 111111 | 100100110 | 111101 | 10111 |
Color Harmonies of #57175E
Complementary color
Monochromatic Colors of #57175E
Black with #57175E
Text Example
Text Example
White with #57175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57175E; }
p { color: rgb(87,23,94); }
H1.HeaderClassName
{
color: #57175E;
}
.AnyTagClassName
{
color: #57175E;
}
</style>
background-color css
<style>
a { background-color: #57175E; }
a { background-color: rgb(87,23,94); }
div.DivClassName
{
background-color: #57175E;
}
.BgClassName
{
background-color: #57175E;
}
</style>
border-color css
<style>
span { border-color: #57175E; }
span { border-color: rgb(87,23,94); }
td.TdClassName
{
border-color: #57175E;
}
.TagClassName
{
border-color: #57175E;
}
</style>