Shades of Eminence #7E4479
Tints of Eminence #7E4479
RGB
CMYK
RGB Variations
Color information
#7E4479 (or 0x7E4479) is known color: Eminence. HEX triplet: 7E, 44 and 79. RGB value is (126,68,121). Sum of RGB (Red+Green+Blue) = 126+68+121=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4479 is #81BB86. Grayscale: #5B5B5B. Windows color (decimal): -8502151 or 7947390. OLE color: 7947390.
HSL color Cylindrical-coordinate representation of color #7E4479: hue angle of 305.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4479 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 68 | 121 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.51 |
| HSL | 305.17º | 0.3% | 0.38% | - |
| HSV(B) | 305.17º | 0.46% | 0.49% | - |
| XYZ | 14.12 | 9.95 | 19.27 | - |
| YUV | 91.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 121 | 0 | 0.46 | 0.04 | 0.51 | 305.17 | 0.3 | 0.38 |
| Hex | 7E | 44 | 79 | 0 | 2E | 4 | 33 | 131 | 1E | 26 |
| Octal | 176 | 104 | 171 | 0 | 56 | 4 | 63 | 461 | 36 | 46 |
| Binary | 1111110 | 1000100 | 1111001 | 0 | 101110 | 100 | 110011 | 100110001 | 11110 | 100110 |
Color Harmonies of #7E4479
Complementary color
Monochromatic Colors of #7E4479
Black with #7E4479
Text Example
Text Example
White with #7E4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4479; }
p { color: rgb(126,68,121); }
H1.HeaderClassName
{
color: #7E4479;
}
.AnyTagClassName
{
color: #7E4479;
}
</style>
background-color css
<style>
a { background-color: #7E4479; }
a { background-color: rgb(126,68,121); }
div.DivClassName
{
background-color: #7E4479;
}
.BgClassName
{
background-color: #7E4479;
}
</style>
border-color css
<style>
span { border-color: #7E4479; }
span { border-color: rgb(126,68,121); }
td.TdClassName
{
border-color: #7E4479;
}
.TagClassName
{
border-color: #7E4479;
}
</style>