Shades of Hot Purple #57295D
Tints of Hot Purple #57295D
RGB
CMYK
RGB Variations
Color information
#57295D (or 0x57295D) is known color: Hot Purple. HEX triplet: 57, 29 and 5D. RGB value is (87,41,93). Sum of RGB (Red+Green+Blue) = 87+41+93=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #57295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57295D is #A8D6A2. Grayscale: #3C3C3C. Windows color (decimal): -11064995 or 6105431. OLE color: 6105431.
HSL color Cylindrical-coordinate representation of color #57295D: hue angle of 293.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57295D is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 41 | 93 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.64 |
| HSL | 293.08º | 0.39% | 0.26% | - |
| HSV(B) | 293.08º | 0.56% | 0.36% | - |
| XYZ | 6.7 | 4.4 | 10.85 | - |
| YUV | 60.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 93 | 0.06 | 0.56 | 0 | 0.64 | 293.08 | 0.39 | 0.26 |
| Hex | 57 | 29 | 5D | 6 | 38 | 0 | 40 | 125 | 27 | 1A |
| Octal | 127 | 51 | 135 | 6 | 70 | 0 | 100 | 445 | 47 | 32 |
| Binary | 1010111 | 101001 | 1011101 | 110 | 111000 | 0 | 1000000 | 100100101 | 100111 | 11010 |
Color Harmonies of #57295D
Complementary color
Monochromatic Colors of #57295D
Black with #57295D
Text Example
Text Example
White with #57295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57295D; }
p { color: rgb(87,41,93); }
H1.HeaderClassName
{
color: #57295D;
}
.AnyTagClassName
{
color: #57295D;
}
</style>
background-color css
<style>
a { background-color: #57295D; }
a { background-color: rgb(87,41,93); }
div.DivClassName
{
background-color: #57295D;
}
.BgClassName
{
background-color: #57295D;
}
</style>
border-color css
<style>
span { border-color: #57295D; }
span { border-color: rgb(87,41,93); }
td.TdClassName
{
border-color: #57295D;
}
.TagClassName
{
border-color: #57295D;
}
</style>