Shades of Eminence #7E3878
Tints of Eminence #7E3878
RGB
CMYK
RGB Variations
Color information
#7E3878 (or 0x7E3878) is known color: Eminence. HEX triplet: 7E, 38 and 78. RGB value is (126,56,120). Sum of RGB (Red+Green+Blue) = 126+56+120=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3878 is #81C787. Grayscale: #545454. Windows color (decimal): -8505224 or 7878782. OLE color: 7878782.
HSL color Cylindrical-coordinate representation of color #7E3878: hue angle of 305.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3878 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 120 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.51 |
| HSL | 305.14º | 0.38% | 0.36% | - |
| HSV(B) | 305.14º | 0.56% | 0.49% | - |
| XYZ | 13.41 | 8.62 | 18.73 | - |
| YUV | 84.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 120 | 0 | 0.56 | 0.05 | 0.51 | 305.14 | 0.38 | 0.36 |
| Hex | 7E | 38 | 78 | 0 | 38 | 5 | 33 | 131 | 26 | 24 |
| Octal | 176 | 70 | 170 | 0 | 70 | 5 | 63 | 461 | 46 | 44 |
| Binary | 1111110 | 111000 | 1111000 | 0 | 111000 | 101 | 110011 | 100110001 | 100110 | 100100 |
Color Harmonies of #7E3878
Complementary color
Monochromatic Colors of #7E3878
Black with #7E3878
Text Example
Text Example
White with #7E3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3878; }
p { color: rgb(126,56,120); }
H1.HeaderClassName
{
color: #7E3878;
}
.AnyTagClassName
{
color: #7E3878;
}
</style>
background-color css
<style>
a { background-color: #7E3878; }
a { background-color: rgb(126,56,120); }
div.DivClassName
{
background-color: #7E3878;
}
.BgClassName
{
background-color: #7E3878;
}
</style>
border-color css
<style>
span { border-color: #7E3878; }
span { border-color: rgb(126,56,120); }
td.TdClassName
{
border-color: #7E3878;
}
.TagClassName
{
border-color: #7E3878;
}
</style>