Shades of Eminence #7E3A76
Tints of Eminence #7E3A76
RGB
CMYK
RGB Variations
Color information
#7E3A76 (or 0x7E3A76) is known color: Eminence. HEX triplet: 7E, 3A and 76. RGB value is (126,58,118). Sum of RGB (Red+Green+Blue) = 126+58+118=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A76 is #81C589. Grayscale: #555555. Windows color (decimal): -8504714 or 7748222. OLE color: 7748222.
HSL color Cylindrical-coordinate representation of color #7E3A76: hue angle of 307.06º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3A76 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 118 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.51 |
| HSL | 307.06º | 0.37% | 0.36% | - |
| HSV(B) | 307.06º | 0.54% | 0.49% | - |
| XYZ | 13.39 | 8.77 | 18.13 | - |
| YUV | 85.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 118 | 0 | 0.54 | 0.06 | 0.51 | 307.06 | 0.37 | 0.36 |
| Hex | 7E | 3A | 76 | 0 | 36 | 6 | 33 | 133 | 25 | 24 |
| Octal | 176 | 72 | 166 | 0 | 66 | 6 | 63 | 463 | 45 | 44 |
| Binary | 1111110 | 111010 | 1110110 | 0 | 110110 | 110 | 110011 | 100110011 | 100101 | 100100 |
Color Harmonies of #7E3A76
Complementary color
Monochromatic Colors of #7E3A76
Black with #7E3A76
Text Example
Text Example
White with #7E3A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A76; }
p { color: rgb(126,58,118); }
H1.HeaderClassName
{
color: #7E3A76;
}
.AnyTagClassName
{
color: #7E3A76;
}
</style>
background-color css
<style>
a { background-color: #7E3A76; }
a { background-color: rgb(126,58,118); }
div.DivClassName
{
background-color: #7E3A76;
}
.BgClassName
{
background-color: #7E3A76;
}
</style>
border-color css
<style>
span { border-color: #7E3A76; }
span { border-color: rgb(126,58,118); }
td.TdClassName
{
border-color: #7E3A76;
}
.TagClassName
{
border-color: #7E3A76;
}
</style>