Shades of Eminence #7E437A
Tints of Eminence #7E437A
RGB
CMYK
RGB Variations
Color information
#7E437A (or 0x7E437A) is known color: Eminence. HEX triplet: 7E, 43 and 7A. RGB value is (126,67,122). Sum of RGB (Red+Green+Blue) = 126+67+122=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 126 - color contains mainly: red. Hex color #7E437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E437A is #81BC85. Grayscale: #5A5A5A. Windows color (decimal): -8502406 or 8012670. OLE color: 8012670.
HSL color Cylindrical-coordinate representation of color #7E437A: hue angle of 304.07º 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 #7E437A is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 122 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.51 |
| HSL | 304.07º | 0.31% | 0.38% | - |
| HSV(B) | 304.07º | 0.47% | 0.49% | - |
| XYZ | 14.12 | 9.86 | 19.57 | - |
| YUV | 90.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 122 | 0 | 0.47 | 0.03 | 0.51 | 304.07 | 0.31 | 0.38 |
| Hex | 7E | 43 | 7A | 0 | 2F | 3 | 33 | 130 | 1F | 26 |
| Octal | 176 | 103 | 172 | 0 | 57 | 3 | 63 | 460 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1111010 | 0 | 101111 | 11 | 110011 | 100110000 | 11111 | 100110 |
Color Harmonies of #7E437A
Complementary color
Monochromatic Colors of #7E437A
Black with #7E437A
Text Example
Text Example
White with #7E437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E437A; }
p { color: rgb(126,67,122); }
H1.HeaderClassName
{
color: #7E437A;
}
.AnyTagClassName
{
color: #7E437A;
}
</style>
background-color css
<style>
a { background-color: #7E437A; }
a { background-color: rgb(126,67,122); }
div.DivClassName
{
background-color: #7E437A;
}
.BgClassName
{
background-color: #7E437A;
}
</style>
border-color css
<style>
span { border-color: #7E437A; }
span { border-color: rgb(126,67,122); }
td.TdClassName
{
border-color: #7E437A;
}
.TagClassName
{
border-color: #7E437A;
}
</style>