Shades of Eminence #7E3E78
Tints of Eminence #7E3E78
RGB
CMYK
RGB Variations
Color information
#7E3E78 (or 0x7E3E78) is known color: Eminence. HEX triplet: 7E, 3E and 78. RGB value is (126,62,120). Sum of RGB (Red+Green+Blue) = 126+62+120=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3E78 is #81C187. Grayscale: #575757. Windows color (decimal): -8503688 or 7880318. OLE color: 7880318.
HSL color Cylindrical-coordinate representation of color #7E3E78: hue angle of 305.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E3E78 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 120 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.51 |
| HSL | 305.63º | 0.34% | 0.37% | - |
| HSV(B) | 305.63º | 0.51% | 0.49% | - |
| XYZ | 13.72 | 9.24 | 18.83 | - |
| YUV | 87.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 120 | 0 | 0.51 | 0.05 | 0.51 | 305.63 | 0.34 | 0.37 |
| Hex | 7E | 3E | 78 | 0 | 33 | 5 | 33 | 132 | 22 | 25 |
| Octal | 176 | 76 | 170 | 0 | 63 | 5 | 63 | 462 | 42 | 45 |
| Binary | 1111110 | 111110 | 1111000 | 0 | 110011 | 101 | 110011 | 100110010 | 100010 | 100101 |
Color Harmonies of #7E3E78
Complementary color
Monochromatic Colors of #7E3E78
Black with #7E3E78
Text Example
Text Example
White with #7E3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E78; }
p { color: rgb(126,62,120); }
H1.HeaderClassName
{
color: #7E3E78;
}
.AnyTagClassName
{
color: #7E3E78;
}
</style>
background-color css
<style>
a { background-color: #7E3E78; }
a { background-color: rgb(126,62,120); }
div.DivClassName
{
background-color: #7E3E78;
}
.BgClassName
{
background-color: #7E3E78;
}
</style>
border-color css
<style>
span { border-color: #7E3E78; }
span { border-color: rgb(126,62,120); }
td.TdClassName
{
border-color: #7E3E78;
}
.TagClassName
{
border-color: #7E3E78;
}
</style>