Shades of Eminence #7E4471
Tints of Eminence #7E4471
RGB
CMYK
RGB Variations
Color information
#7E4471 (or 0x7E4471) is known color: Eminence. HEX triplet: 7E, 44 and 71. RGB value is (126,68,113). Sum of RGB (Red+Green+Blue) = 126+68+113=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4471 is #81BB8E. Grayscale: #5A5A5A. Windows color (decimal): -8502159 or 7423102. OLE color: 7423102.
HSL color Cylindrical-coordinate representation of color #7E4471: hue angle of 313.45º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4471 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 68 | 113 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.51 |
| HSL | 313.45º | 0.3% | 0.38% | - |
| HSV(B) | 313.45º | 0.46% | 0.49% | - |
| XYZ | 13.65 | 9.76 | 16.79 | - |
| YUV | 90.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 68 | 113 | 0 | 0.46 | 0.10 | 0.51 | 313.45 | 0.3 | 0.38 |
| Hex | 7E | 44 | 71 | 0 | 2E | A | 33 | 139 | 1E | 26 |
| Octal | 176 | 104 | 161 | 0 | 56 | 12 | 63 | 471 | 36 | 46 |
| Binary | 1111110 | 1000100 | 1110001 | 0 | 101110 | 1010 | 110011 | 100111001 | 11110 | 100110 |
Color Harmonies of #7E4471
Complementary color
Monochromatic Colors of #7E4471
Black with #7E4471
Text Example
Text Example
White with #7E4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4471; }
p { color: rgb(126,68,113); }
H1.HeaderClassName
{
color: #7E4471;
}
.AnyTagClassName
{
color: #7E4471;
}
</style>
background-color css
<style>
a { background-color: #7E4471; }
a { background-color: rgb(126,68,113); }
div.DivClassName
{
background-color: #7E4471;
}
.BgClassName
{
background-color: #7E4471;
}
</style>
border-color css
<style>
span { border-color: #7E4471; }
span { border-color: rgb(126,68,113); }
td.TdClassName
{
border-color: #7E4471;
}
.TagClassName
{
border-color: #7E4471;
}
</style>