Shades of Eminence #7C3972
Tints of Eminence #7C3972
RGB
CMYK
RGB Variations
Color information
#7C3972 (or 0x7C3972) is known color: Eminence. HEX triplet: 7C, 39 and 72. RGB value is (124,57,114). Sum of RGB (Red+Green+Blue) = 124+57+114=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3972 is #83C68D. Grayscale: #535353. Windows color (decimal): -8636046 or 7485820. OLE color: 7485820.
HSL color Cylindrical-coordinate representation of color #7C3972: hue angle of 308.96º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C3972 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 114 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.51 |
| HSL | 308.96º | 0.37% | 0.35% | - |
| HSV(B) | 308.96º | 0.54% | 0.49% | - |
| XYZ | 12.81 | 8.43 | 16.87 | - |
| YUV | 83.53 | 145.2 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 114 | 0 | 0.54 | 0.08 | 0.51 | 308.96 | 0.37 | 0.35 |
| Hex | 7C | 39 | 72 | 0 | 36 | 8 | 33 | 135 | 25 | 23 |
| Octal | 174 | 71 | 162 | 0 | 66 | 10 | 63 | 465 | 45 | 43 |
| Binary | 1111100 | 111001 | 1110010 | 0 | 110110 | 1000 | 110011 | 100110101 | 100101 | 100011 |
Color Harmonies of #7C3972
Complementary color
Monochromatic Colors of #7C3972
Black with #7C3972
Text Example
Text Example
White with #7C3972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3972; }
p { color: rgb(124,57,114); }
H1.HeaderClassName
{
color: #7C3972;
}
.AnyTagClassName
{
color: #7C3972;
}
</style>
background-color css
<style>
a { background-color: #7C3972; }
a { background-color: rgb(124,57,114); }
div.DivClassName
{
background-color: #7C3972;
}
.BgClassName
{
background-color: #7C3972;
}
</style>
border-color css
<style>
span { border-color: #7C3972; }
span { border-color: rgb(124,57,114); }
td.TdClassName
{
border-color: #7C3972;
}
.TagClassName
{
border-color: #7C3972;
}
</style>