Shades of Eminence #7E4176
Tints of Eminence #7E4176
RGB
CMYK
RGB Variations
Color information
#7E4176 (or 0x7E4176) is known color: Eminence. HEX triplet: 7E, 41 and 76. RGB value is (126,65,118). Sum of RGB (Red+Green+Blue) = 126+65+118=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4176 is #81BE89. Grayscale: #595959. Windows color (decimal): -8502922 or 7750014. OLE color: 7750014.
HSL color Cylindrical-coordinate representation of color #7E4176: hue angle of 307.87º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E4176 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 65 | 118 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.51 |
| HSL | 307.87º | 0.32% | 0.37% | - |
| HSV(B) | 307.87º | 0.48% | 0.49% | - |
| XYZ | 13.76 | 9.52 | 18.25 | - |
| YUV | 89.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 118 | 0 | 0.48 | 0.06 | 0.51 | 307.87 | 0.32 | 0.37 |
| Hex | 7E | 41 | 76 | 0 | 30 | 6 | 33 | 134 | 20 | 25 |
| Octal | 176 | 101 | 166 | 0 | 60 | 6 | 63 | 464 | 40 | 45 |
| Binary | 1111110 | 1000001 | 1110110 | 0 | 110000 | 110 | 110011 | 100110100 | 100000 | 100101 |
Color Harmonies of #7E4176
Complementary color
Monochromatic Colors of #7E4176
Black with #7E4176
Text Example
Text Example
White with #7E4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4176; }
p { color: rgb(126,65,118); }
H1.HeaderClassName
{
color: #7E4176;
}
.AnyTagClassName
{
color: #7E4176;
}
</style>
background-color css
<style>
a { background-color: #7E4176; }
a { background-color: rgb(126,65,118); }
div.DivClassName
{
background-color: #7E4176;
}
.BgClassName
{
background-color: #7E4176;
}
</style>
border-color css
<style>
span { border-color: #7E4176; }
span { border-color: rgb(126,65,118); }
td.TdClassName
{
border-color: #7E4176;
}
.TagClassName
{
border-color: #7E4176;
}
</style>