Shades of Eminence #7C3970
Tints of Eminence #7C3970
RGB
CMYK
RGB Variations
Color information
#7C3970 (or 0x7C3970) is known color: Eminence. HEX triplet: 7C, 39 and 70. RGB value is (124,57,112). Sum of RGB (Red+Green+Blue) = 124+57+112=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3970 is #83C68F. Grayscale: #535353. Windows color (decimal): -8636048 or 7354748. OLE color: 7354748.
HSL color Cylindrical-coordinate representation of color #7C3970: hue angle of 310.75º 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 #7C3970 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 57 | 112 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.51 |
| HSL | 310.75º | 0.37% | 0.35% | - |
| HSV(B) | 310.75º | 0.54% | 0.49% | - |
| XYZ | 12.7 | 8.38 | 16.28 | - |
| YUV | 83.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 112 | 0 | 0.54 | 0.10 | 0.51 | 310.75 | 0.37 | 0.35 |
| Hex | 7C | 39 | 70 | 0 | 36 | A | 33 | 137 | 25 | 23 |
| Octal | 174 | 71 | 160 | 0 | 66 | 12 | 63 | 467 | 45 | 43 |
| Binary | 1111100 | 111001 | 1110000 | 0 | 110110 | 1010 | 110011 | 100110111 | 100101 | 100011 |
Color Harmonies of #7C3970
Complementary color
Monochromatic Colors of #7C3970
Black with #7C3970
Text Example
Text Example
White with #7C3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3970; }
p { color: rgb(124,57,112); }
H1.HeaderClassName
{
color: #7C3970;
}
.AnyTagClassName
{
color: #7C3970;
}
</style>
background-color css
<style>
a { background-color: #7C3970; }
a { background-color: rgb(124,57,112); }
div.DivClassName
{
background-color: #7C3970;
}
.BgClassName
{
background-color: #7C3970;
}
</style>
border-color css
<style>
span { border-color: #7C3970; }
span { border-color: rgb(124,57,112); }
td.TdClassName
{
border-color: #7C3970;
}
.TagClassName
{
border-color: #7C3970;
}
</style>