Shades of Eminence #7E437F
Tints of Eminence #7E437F
RGB
CMYK
RGB Variations
Color information
#7E437F (or 0x7E437F) is known color: Eminence. HEX triplet: 7E, 43 and 7F. RGB value is (126,67,127). Sum of RGB (Red+Green+Blue) = 126+67+127=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E437F is #81BC80. Grayscale: #5B5B5B. Windows color (decimal): -8502401 or 8340350. OLE color: 8340350.
HSL color Cylindrical-coordinate representation of color #7E437F: hue angle of 299º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E437F is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 67 | 127 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.50 |
| HSL | 299º | 0.31% | 0.38% | - |
| HSV(B) | 299º | 0.47% | 0.5% | - |
| XYZ | 14.44 | 9.98 | 21.24 | - |
| YUV | 91.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 127 | 0.01 | 0.47 | 0 | 0.50 | 299 | 0.31 | 0.38 |
| Hex | 7E | 43 | 7F | 1 | 2F | 0 | 32 | 12B | 1F | 26 |
| Octal | 176 | 103 | 177 | 1 | 57 | 0 | 62 | 453 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1111111 | 1 | 101111 | 0 | 110010 | 100101011 | 11111 | 100110 |
Color Harmonies of #7E437F
Complementary color
Monochromatic Colors of #7E437F
Black with #7E437F
Text Example
Text Example
White with #7E437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E437F; }
p { color: rgb(126,67,127); }
H1.HeaderClassName
{
color: #7E437F;
}
.AnyTagClassName
{
color: #7E437F;
}
</style>
background-color css
<style>
a { background-color: #7E437F; }
a { background-color: rgb(126,67,127); }
div.DivClassName
{
background-color: #7E437F;
}
.BgClassName
{
background-color: #7E437F;
}
</style>
border-color css
<style>
span { border-color: #7E437F; }
span { border-color: rgb(126,67,127); }
td.TdClassName
{
border-color: #7E437F;
}
.TagClassName
{
border-color: #7E437F;
}
</style>