Shades of Eminence #7E437D
Tints of Eminence #7E437D
RGB
CMYK
RGB Variations
Color information
#7E437D (or 0x7E437D) is known color: Eminence. HEX triplet: 7E, 43 and 7D. RGB value is (126,67,125). Sum of RGB (Red+Green+Blue) = 126+67+125=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E437D is #81BC82. Grayscale: #5B5B5B. Windows color (decimal): -8502403 or 8209278. OLE color: 8209278.
HSL color Cylindrical-coordinate representation of color #7E437D: hue angle of 301.02º 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 #7E437D is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 125 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.51 |
| HSL | 301.02º | 0.31% | 0.38% | - |
| HSV(B) | 301.02º | 0.47% | 0.49% | - |
| XYZ | 14.31 | 9.93 | 20.56 | - |
| YUV | 91.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 125 | 0 | 0.47 | 0.01 | 0.51 | 301.02 | 0.31 | 0.38 |
| Hex | 7E | 43 | 7D | 0 | 2F | 1 | 33 | 12D | 1F | 26 |
| Octal | 176 | 103 | 175 | 0 | 57 | 1 | 63 | 455 | 37 | 46 |
| Binary | 1111110 | 1000011 | 1111101 | 0 | 101111 | 1 | 110011 | 100101101 | 11111 | 100110 |
Color Harmonies of #7E437D
Complementary color
Monochromatic Colors of #7E437D
Black with #7E437D
Text Example
Text Example
White with #7E437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E437D; }
p { color: rgb(126,67,125); }
H1.HeaderClassName
{
color: #7E437D;
}
.AnyTagClassName
{
color: #7E437D;
}
</style>
background-color css
<style>
a { background-color: #7E437D; }
a { background-color: rgb(126,67,125); }
div.DivClassName
{
background-color: #7E437D;
}
.BgClassName
{
background-color: #7E437D;
}
</style>
border-color css
<style>
span { border-color: #7E437D; }
span { border-color: rgb(126,67,125); }
td.TdClassName
{
border-color: #7E437D;
}
.TagClassName
{
border-color: #7E437D;
}
</style>