Shades of Eminence #7E3976
Tints of Eminence #7E3976
RGB
CMYK
RGB Variations
Color information
#7E3976 (or 0x7E3976) is known color: Eminence. HEX triplet: 7E, 39 and 76. RGB value is (126,57,118). Sum of RGB (Red+Green+Blue) = 126+57+118=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3976 is #81C689. Grayscale: #545454. Windows color (decimal): -8504970 or 7747966. OLE color: 7747966.
HSL color Cylindrical-coordinate representation of color #7E3976: hue angle of 306.96º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3976 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 118 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.51 |
| HSL | 306.96º | 0.38% | 0.36% | - |
| HSV(B) | 306.96º | 0.55% | 0.49% | - |
| XYZ | 13.34 | 8.67 | 18.11 | - |
| YUV | 84.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 118 | 0 | 0.55 | 0.06 | 0.51 | 306.96 | 0.38 | 0.36 |
| Hex | 7E | 39 | 76 | 0 | 37 | 6 | 33 | 133 | 26 | 24 |
| Octal | 176 | 71 | 166 | 0 | 67 | 6 | 63 | 463 | 46 | 44 |
| Binary | 1111110 | 111001 | 1110110 | 0 | 110111 | 110 | 110011 | 100110011 | 100110 | 100100 |
Color Harmonies of #7E3976
Complementary color
Monochromatic Colors of #7E3976
Black with #7E3976
Text Example
Text Example
White with #7E3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3976; }
p { color: rgb(126,57,118); }
H1.HeaderClassName
{
color: #7E3976;
}
.AnyTagClassName
{
color: #7E3976;
}
</style>
background-color css
<style>
a { background-color: #7E3976; }
a { background-color: rgb(126,57,118); }
div.DivClassName
{
background-color: #7E3976;
}
.BgClassName
{
background-color: #7E3976;
}
</style>
border-color css
<style>
span { border-color: #7E3976; }
span { border-color: rgb(126,57,118); }
td.TdClassName
{
border-color: #7E3976;
}
.TagClassName
{
border-color: #7E3976;
}
</style>