Shades of Eminence #7E3979
Tints of Eminence #7E3979
RGB
CMYK
RGB Variations
Color information
#7E3979 (or 0x7E3979) is known color: Eminence. HEX triplet: 7E, 39 and 79. RGB value is (126,57,121). Sum of RGB (Red+Green+Blue) = 126+57+121=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3979 is #81C686. Grayscale: #545454. Windows color (decimal): -8504967 or 7944574. OLE color: 7944574.
HSL color Cylindrical-coordinate representation of color #7E3979: hue angle of 304.35º 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 #7E3979 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 121 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.51 |
| HSL | 304.35º | 0.38% | 0.36% | - |
| HSV(B) | 304.35º | 0.55% | 0.49% | - |
| XYZ | 13.52 | 8.74 | 19.06 | - |
| YUV | 84.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 121 | 0 | 0.55 | 0.04 | 0.51 | 304.35 | 0.38 | 0.36 |
| Hex | 7E | 39 | 79 | 0 | 37 | 4 | 33 | 130 | 26 | 24 |
| Octal | 176 | 71 | 171 | 0 | 67 | 4 | 63 | 460 | 46 | 44 |
| Binary | 1111110 | 111001 | 1111001 | 0 | 110111 | 100 | 110011 | 100110000 | 100110 | 100100 |
Color Harmonies of #7E3979
Complementary color
Monochromatic Colors of #7E3979
Black with #7E3979
Text Example
Text Example
White with #7E3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3979; }
p { color: rgb(126,57,121); }
H1.HeaderClassName
{
color: #7E3979;
}
.AnyTagClassName
{
color: #7E3979;
}
</style>
background-color css
<style>
a { background-color: #7E3979; }
a { background-color: rgb(126,57,121); }
div.DivClassName
{
background-color: #7E3979;
}
.BgClassName
{
background-color: #7E3979;
}
</style>
border-color css
<style>
span { border-color: #7E3979; }
span { border-color: rgb(126,57,121); }
td.TdClassName
{
border-color: #7E3979;
}
.TagClassName
{
border-color: #7E3979;
}
</style>