Shades of Eminence #7E3779
Tints of Eminence #7E3779
RGB
CMYK
RGB Variations
Color information
#7E3779 (or 0x7E3779) is known color: Eminence. HEX triplet: 7E, 37 and 79. RGB value is (126,55,121). Sum of RGB (Red+Green+Blue) = 126+55+121=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3779 is #81C886. Grayscale: #535353. Windows color (decimal): -8505479 or 7944062. OLE color: 7944062.
HSL color Cylindrical-coordinate representation of color #7E3779: hue angle of 304.23º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E3779 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 121 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.51 |
| HSL | 304.23º | 0.39% | 0.35% | - |
| HSV(B) | 304.23º | 0.56% | 0.49% | - |
| XYZ | 13.42 | 8.55 | 19.03 | - |
| YUV | 83.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 121 | 0 | 0.56 | 0.04 | 0.51 | 304.23 | 0.39 | 0.35 |
| Hex | 7E | 37 | 79 | 0 | 38 | 4 | 33 | 130 | 27 | 23 |
| Octal | 176 | 67 | 171 | 0 | 70 | 4 | 63 | 460 | 47 | 43 |
| Binary | 1111110 | 110111 | 1111001 | 0 | 111000 | 100 | 110011 | 100110000 | 100111 | 100011 |
Color Harmonies of #7E3779
Complementary color
Monochromatic Colors of #7E3779
Black with #7E3779
Text Example
Text Example
White with #7E3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3779; }
p { color: rgb(126,55,121); }
H1.HeaderClassName
{
color: #7E3779;
}
.AnyTagClassName
{
color: #7E3779;
}
</style>
background-color css
<style>
a { background-color: #7E3779; }
a { background-color: rgb(126,55,121); }
div.DivClassName
{
background-color: #7E3779;
}
.BgClassName
{
background-color: #7E3779;
}
</style>
border-color css
<style>
span { border-color: #7E3779; }
span { border-color: rgb(126,55,121); }
td.TdClassName
{
border-color: #7E3779;
}
.TagClassName
{
border-color: #7E3779;
}
</style>