Shades of Hot Purple #57295F
Tints of Hot Purple #57295F
RGB
CMYK
RGB Variations
Color information
#57295F (or 0x57295F) is known color: Hot Purple. HEX triplet: 57, 29 and 5F. RGB value is (87,41,95). Sum of RGB (Red+Green+Blue) = 87+41+95=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #57295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57295F is #A8D6A0. Grayscale: #3C3C3C. Windows color (decimal): -11064993 or 6236503. OLE color: 6236503.
HSL color Cylindrical-coordinate representation of color #57295F: hue angle of 291.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57295F is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 41 | 95 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.63 |
| HSL | 291.11º | 0.4% | 0.27% | - |
| HSV(B) | 291.11º | 0.57% | 0.37% | - |
| XYZ | 6.79 | 4.44 | 11.33 | - |
| YUV | 60.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 95 | 0.08 | 0.57 | 0 | 0.63 | 291.11 | 0.4 | 0.27 |
| Hex | 57 | 29 | 5F | 8 | 39 | 0 | 3F | 123 | 28 | 1B |
| Octal | 127 | 51 | 137 | 10 | 71 | 0 | 77 | 443 | 50 | 33 |
| Binary | 1010111 | 101001 | 1011111 | 1000 | 111001 | 0 | 111111 | 100100011 | 101000 | 11011 |
Color Harmonies of #57295F
Complementary color
Monochromatic Colors of #57295F
Black with #57295F
Text Example
Text Example
White with #57295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57295F; }
p { color: rgb(87,41,95); }
H1.HeaderClassName
{
color: #57295F;
}
.AnyTagClassName
{
color: #57295F;
}
</style>
background-color css
<style>
a { background-color: #57295F; }
a { background-color: rgb(87,41,95); }
div.DivClassName
{
background-color: #57295F;
}
.BgClassName
{
background-color: #57295F;
}
</style>
border-color css
<style>
span { border-color: #57295F; }
span { border-color: rgb(87,41,95); }
td.TdClassName
{
border-color: #57295F;
}
.TagClassName
{
border-color: #57295F;
}
</style>