Shades of Hot Purple #57375B
Tints of Hot Purple #57375B
RGB
CMYK
RGB Variations
Color information
#57375B (or 0x57375B) is known color: Hot Purple. HEX triplet: 57, 37 and 5B. RGB value is (87,55,91). Sum of RGB (Red+Green+Blue) = 87+55+91=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #57375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57375B is #A8C8A4. Grayscale: #444444. Windows color (decimal): -11061413 or 5977943. OLE color: 5977943.
HSL color Cylindrical-coordinate representation of color #57375B: hue angle of 293.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57375B is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 55 | 91 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.64 |
| HSL | 293.33º | 0.25% | 0.29% | - |
| HSV(B) | 293.33º | 0.4% | 0.36% | - |
| XYZ | 7.18 | 5.51 | 10.58 | - |
| YUV | 68.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 91 | 0.04 | 0.40 | 0 | 0.64 | 293.33 | 0.25 | 0.29 |
| Hex | 57 | 37 | 5B | 4 | 28 | 0 | 40 | 125 | 19 | 1D |
| Octal | 127 | 67 | 133 | 4 | 50 | 0 | 100 | 445 | 31 | 35 |
| Binary | 1010111 | 110111 | 1011011 | 100 | 101000 | 0 | 1000000 | 100100101 | 11001 | 11101 |
Color Harmonies of #57375B
Complementary color
Monochromatic Colors of #57375B
Black with #57375B
Text Example
Text Example
White with #57375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57375B; }
p { color: rgb(87,55,91); }
H1.HeaderClassName
{
color: #57375B;
}
.AnyTagClassName
{
color: #57375B;
}
</style>
background-color css
<style>
a { background-color: #57375B; }
a { background-color: rgb(87,55,91); }
div.DivClassName
{
background-color: #57375B;
}
.BgClassName
{
background-color: #57375B;
}
</style>
border-color css
<style>
span { border-color: #57375B; }
span { border-color: rgb(87,55,91); }
td.TdClassName
{
border-color: #57375B;
}
.TagClassName
{
border-color: #57375B;
}
</style>