Shades of Eminence #7E3C70
Tints of Eminence #7E3C70
RGB
CMYK
RGB Variations
Color information
#7E3C70 (or 0x7E3C70) is known color: Eminence. HEX triplet: 7E, 3C and 70. RGB value is (126,60,112). Sum of RGB (Red+Green+Blue) = 126+60+112=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3C70 is #81C38F. Grayscale: #555555. Windows color (decimal): -8504208 or 7355518. OLE color: 7355518.
HSL color Cylindrical-coordinate representation of color #7E3C70: hue angle of 312.73º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E3C70 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 60 | 112 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.51 |
| HSL | 312.73º | 0.35% | 0.36% | - |
| HSV(B) | 312.73º | 0.52% | 0.49% | - |
| XYZ | 13.14 | 8.84 | 16.34 | - |
| YUV | 85.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 112 | 0 | 0.52 | 0.11 | 0.51 | 312.73 | 0.35 | 0.36 |
| Hex | 7E | 3C | 70 | 0 | 34 | B | 33 | 139 | 23 | 24 |
| Octal | 176 | 74 | 160 | 0 | 64 | 13 | 63 | 471 | 43 | 44 |
| Binary | 1111110 | 111100 | 1110000 | 0 | 110100 | 1011 | 110011 | 100111001 | 100011 | 100100 |
Color Harmonies of #7E3C70
Complementary color
Monochromatic Colors of #7E3C70
Black with #7E3C70
Text Example
Text Example
White with #7E3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3C70; }
p { color: rgb(126,60,112); }
H1.HeaderClassName
{
color: #7E3C70;
}
.AnyTagClassName
{
color: #7E3C70;
}
</style>
background-color css
<style>
a { background-color: #7E3C70; }
a { background-color: rgb(126,60,112); }
div.DivClassName
{
background-color: #7E3C70;
}
.BgClassName
{
background-color: #7E3C70;
}
</style>
border-color css
<style>
span { border-color: #7E3C70; }
span { border-color: rgb(126,60,112); }
td.TdClassName
{
border-color: #7E3C70;
}
.TagClassName
{
border-color: #7E3C70;
}
</style>