Shades of Hot Purple #57215E
Tints of Hot Purple #57215E
RGB
CMYK
RGB Variations
Color information
#57215E (or 0x57215E) is known color: Hot Purple. HEX triplet: 57, 21 and 5E. RGB value is (87,33,94). Sum of RGB (Red+Green+Blue) = 87+33+94=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 94 - color contains mainly: blue. Hex color #57215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57215E is #A8DEA1. Grayscale: #373737. Windows color (decimal): -11067042 or 6168919. OLE color: 6168919.
HSL color Cylindrical-coordinate representation of color #57215E: hue angle of 293.11º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57215E is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 33 | 94 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.63 |
| HSL | 293.11º | 0.48% | 0.25% | - |
| HSV(B) | 293.11º | 0.65% | 0.37% | - |
| XYZ | 6.49 | 3.92 | 11 | - |
| YUV | 56.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 33 | 94 | 0.07 | 0.65 | 0 | 0.63 | 293.11 | 0.48 | 0.25 |
| Hex | 57 | 21 | 5E | 7 | 41 | 0 | 3F | 125 | 30 | 19 |
| Octal | 127 | 41 | 136 | 7 | 101 | 0 | 77 | 445 | 60 | 31 |
| Binary | 1010111 | 100001 | 1011110 | 111 | 1000001 | 0 | 111111 | 100100101 | 110000 | 11001 |
Color Harmonies of #57215E
Complementary color
Monochromatic Colors of #57215E
Black with #57215E
Text Example
Text Example
White with #57215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57215E; }
p { color: rgb(87,33,94); }
H1.HeaderClassName
{
color: #57215E;
}
.AnyTagClassName
{
color: #57215E;
}
</style>
background-color css
<style>
a { background-color: #57215E; }
a { background-color: rgb(87,33,94); }
div.DivClassName
{
background-color: #57215E;
}
.BgClassName
{
background-color: #57215E;
}
</style>
border-color css
<style>
span { border-color: #57215E; }
span { border-color: rgb(87,33,94); }
td.TdClassName
{
border-color: #57215E;
}
.TagClassName
{
border-color: #57215E;
}
</style>