Shades of Eminence #7E3379
Tints of Eminence #7E3379
RGB
CMYK
RGB Variations
Color information
#7E3379 (or 0x7E3379) is known color: Eminence. HEX triplet: 7E, 33 and 79. RGB value is (126,51,121). Sum of RGB (Red+Green+Blue) = 126+51+121=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3379 is #81CC86. Grayscale: #515151. Windows color (decimal): -8506503 or 7943038. OLE color: 7943038.
HSL color Cylindrical-coordinate representation of color #7E3379: hue angle of 304º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3379 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 121 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.51 |
| HSL | 304º | 0.42% | 0.35% | - |
| HSV(B) | 304º | 0.6% | 0.49% | - |
| XYZ | 13.24 | 8.18 | 18.97 | - |
| YUV | 81.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 121 | 0 | 0.60 | 0.04 | 0.51 | 304 | 0.42 | 0.35 |
| Hex | 7E | 33 | 79 | 0 | 3C | 4 | 33 | 130 | 2A | 23 |
| Octal | 176 | 63 | 171 | 0 | 74 | 4 | 63 | 460 | 52 | 43 |
| Binary | 1111110 | 110011 | 1111001 | 0 | 111100 | 100 | 110011 | 100110000 | 101010 | 100011 |
Color Harmonies of #7E3379
Complementary color
Monochromatic Colors of #7E3379
Black with #7E3379
Text Example
Text Example
White with #7E3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3379; }
p { color: rgb(126,51,121); }
H1.HeaderClassName
{
color: #7E3379;
}
.AnyTagClassName
{
color: #7E3379;
}
</style>
background-color css
<style>
a { background-color: #7E3379; }
a { background-color: rgb(126,51,121); }
div.DivClassName
{
background-color: #7E3379;
}
.BgClassName
{
background-color: #7E3379;
}
</style>
border-color css
<style>
span { border-color: #7E3379; }
span { border-color: rgb(126,51,121); }
td.TdClassName
{
border-color: #7E3379;
}
.TagClassName
{
border-color: #7E3379;
}
</style>