Shades of Eminence #7E4371
Tints of Eminence #7E4371
RGB
CMYK
RGB Variations
Color information
#7E4371 (or 0x7E4371) is known color: Eminence. HEX triplet: 7E, 43 and 71. RGB value is (126,67,113). Sum of RGB (Red+Green+Blue) = 126+67+113=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4371 is #81BC8E. Grayscale: #595959. Windows color (decimal): -8502415 or 7422846. OLE color: 7422846.
HSL color Cylindrical-coordinate representation of color #7E4371: hue angle of 313.22º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4371 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 113 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.51 |
| HSL | 313.22º | 0.31% | 0.38% | - |
| HSV(B) | 313.22º | 0.47% | 0.49% | - |
| XYZ | 13.59 | 9.64 | 16.77 | - |
| YUV | 89.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 113 | 0 | 0.47 | 0.10 | 0.51 | 313.22 | 0.31 | 0.38 |
| Hex | 7E | 43 | 71 | 0 | 2F | A | 33 | 139 | 1F | 26 |
| Octal | 176 | 103 | 161 | 0 | 57 | 12 | 63 | 471 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1110001 | 0 | 101111 | 1010 | 110011 | 100111001 | 11111 | 100110 |
Color Harmonies of #7E4371
Complementary color
Monochromatic Colors of #7E4371
Black with #7E4371
Text Example
Text Example
White with #7E4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4371; }
p { color: rgb(126,67,113); }
H1.HeaderClassName
{
color: #7E4371;
}
.AnyTagClassName
{
color: #7E4371;
}
</style>
background-color css
<style>
a { background-color: #7E4371; }
a { background-color: rgb(126,67,113); }
div.DivClassName
{
background-color: #7E4371;
}
.BgClassName
{
background-color: #7E4371;
}
</style>
border-color css
<style>
span { border-color: #7E4371; }
span { border-color: rgb(126,67,113); }
td.TdClassName
{
border-color: #7E4371;
}
.TagClassName
{
border-color: #7E4371;
}
</style>