Shades of Hot Purple #57315D
Tints of Hot Purple #57315D
RGB
CMYK
RGB Variations
Color information
#57315D (or 0x57315D) is known color: Hot Purple. HEX triplet: 57, 31 and 5D. RGB value is (87,49,93). Sum of RGB (Red+Green+Blue) = 87+49+93=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #57315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57315D is #A8CEA2. Grayscale: #414141. Windows color (decimal): -11062947 or 6107479. OLE color: 6107479.
HSL color Cylindrical-coordinate representation of color #57315D: hue angle of 291.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57315D is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 49 | 93 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.64 |
| HSL | 291.82º | 0.31% | 0.28% | - |
| HSV(B) | 291.82º | 0.47% | 0.36% | - |
| XYZ | 7 | 5.01 | 10.95 | - |
| YUV | 65.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 49 | 93 | 0.06 | 0.47 | 0 | 0.64 | 291.82 | 0.31 | 0.28 |
| Hex | 57 | 31 | 5D | 6 | 2F | 0 | 40 | 124 | 1F | 1C |
| Octal | 127 | 61 | 135 | 6 | 57 | 0 | 100 | 444 | 37 | 34 |
| Binary | 1010111 | 110001 | 1011101 | 110 | 101111 | 0 | 1000000 | 100100100 | 11111 | 11100 |
Color Harmonies of #57315D
Complementary color
Monochromatic Colors of #57315D
Black with #57315D
Text Example
Text Example
White with #57315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57315D; }
p { color: rgb(87,49,93); }
H1.HeaderClassName
{
color: #57315D;
}
.AnyTagClassName
{
color: #57315D;
}
</style>
background-color css
<style>
a { background-color: #57315D; }
a { background-color: rgb(87,49,93); }
div.DivClassName
{
background-color: #57315D;
}
.BgClassName
{
background-color: #57315D;
}
</style>
border-color css
<style>
span { border-color: #57315D; }
span { border-color: rgb(87,49,93); }
td.TdClassName
{
border-color: #57315D;
}
.TagClassName
{
border-color: #57315D;
}
</style>