Shades of Hot Purple #57375D
Tints of Hot Purple #57375D
RGB
CMYK
RGB Variations
Color information
#57375D (or 0x57375D) is known color: Hot Purple. HEX triplet: 57, 37 and 5D. RGB value is (87,55,93). Sum of RGB (Red+Green+Blue) = 87+55+93=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #57375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57375D is #A8C8A2. Grayscale: #444444. Windows color (decimal): -11061411 or 6109015. OLE color: 6109015.
HSL color Cylindrical-coordinate representation of color #57375D: hue angle of 290.53º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57375D is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 55 | 93 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.64 |
| HSL | 290.53º | 0.26% | 0.29% | - |
| HSV(B) | 290.53º | 0.41% | 0.36% | - |
| XYZ | 7.27 | 5.55 | 11.04 | - |
| YUV | 68.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 93 | 0.06 | 0.41 | 0 | 0.64 | 290.53 | 0.26 | 0.29 |
| Hex | 57 | 37 | 5D | 6 | 29 | 0 | 40 | 123 | 1A | 1D |
| Octal | 127 | 67 | 135 | 6 | 51 | 0 | 100 | 443 | 32 | 35 |
| Binary | 1010111 | 110111 | 1011101 | 110 | 101001 | 0 | 1000000 | 100100011 | 11010 | 11101 |
Color Harmonies of #57375D
Complementary color
Monochromatic Colors of #57375D
Black with #57375D
Text Example
Text Example
White with #57375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57375D; }
p { color: rgb(87,55,93); }
H1.HeaderClassName
{
color: #57375D;
}
.AnyTagClassName
{
color: #57375D;
}
</style>
background-color css
<style>
a { background-color: #57375D; }
a { background-color: rgb(87,55,93); }
div.DivClassName
{
background-color: #57375D;
}
.BgClassName
{
background-color: #57375D;
}
</style>
border-color css
<style>
span { border-color: #57375D; }
span { border-color: rgb(87,55,93); }
td.TdClassName
{
border-color: #57375D;
}
.TagClassName
{
border-color: #57375D;
}
</style>