Shades of Hot Purple #57205C
Tints of Hot Purple #57205C
RGB
CMYK
RGB Variations
Color information
#57205C (or 0x57205C) is known color: Hot Purple. HEX triplet: 57, 20 and 5C. RGB value is (87,32,92). Sum of RGB (Red+Green+Blue) = 87+32+92=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #57205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57205C is #A8DFA3. Grayscale: #373737. Windows color (decimal): -11067300 or 6037591. OLE color: 6037591.
HSL color Cylindrical-coordinate representation of color #57205C: hue angle of 295º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57205C is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 32 | 92 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.64 |
| HSL | 295º | 0.48% | 0.24% | - |
| HSV(B) | 295º | 0.65% | 0.36% | - |
| XYZ | 6.38 | 3.83 | 10.53 | - |
| YUV | 55.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 92 | 0.05 | 0.65 | 0 | 0.64 | 295 | 0.48 | 0.24 |
| Hex | 57 | 20 | 5C | 5 | 41 | 0 | 40 | 127 | 30 | 18 |
| Octal | 127 | 40 | 134 | 5 | 101 | 0 | 100 | 447 | 60 | 30 |
| Binary | 1010111 | 100000 | 1011100 | 101 | 1000001 | 0 | 1000000 | 100100111 | 110000 | 11000 |
Color Harmonies of #57205C
Complementary color
Monochromatic Colors of #57205C
Black with #57205C
Text Example
Text Example
White with #57205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57205C; }
p { color: rgb(87,32,92); }
H1.HeaderClassName
{
color: #57205C;
}
.AnyTagClassName
{
color: #57205C;
}
</style>
background-color css
<style>
a { background-color: #57205C; }
a { background-color: rgb(87,32,92); }
div.DivClassName
{
background-color: #57205C;
}
.BgClassName
{
background-color: #57205C;
}
</style>
border-color css
<style>
span { border-color: #57205C; }
span { border-color: rgb(87,32,92); }
td.TdClassName
{
border-color: #57205C;
}
.TagClassName
{
border-color: #57205C;
}
</style>