Shades of Eminence #7E3E75
Tints of Eminence #7E3E75
RGB
CMYK
RGB Variations
Color information
#7E3E75 (or 0x7E3E75) is known color: Eminence. HEX triplet: 7E, 3E and 75. RGB value is (126,62,117). Sum of RGB (Red+Green+Blue) = 126+62+117=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3E75 is #81C18A. Grayscale: #575757. Windows color (decimal): -8503691 or 7683710. OLE color: 7683710.
HSL color Cylindrical-coordinate representation of color #7E3E75: hue angle of 308.44º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E3E75 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 62 | 117 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.51 |
| HSL | 308.44º | 0.34% | 0.37% | - |
| HSV(B) | 308.44º | 0.51% | 0.49% | - |
| XYZ | 13.54 | 9.17 | 17.89 | - |
| YUV | 87.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 117 | 0 | 0.51 | 0.07 | 0.51 | 308.44 | 0.34 | 0.37 |
| Hex | 7E | 3E | 75 | 0 | 33 | 7 | 33 | 134 | 22 | 25 |
| Octal | 176 | 76 | 165 | 0 | 63 | 7 | 63 | 464 | 42 | 45 |
| Binary | 1111110 | 111110 | 1110101 | 0 | 110011 | 111 | 110011 | 100110100 | 100010 | 100101 |
Color Harmonies of #7E3E75
Complementary color
Monochromatic Colors of #7E3E75
Black with #7E3E75
Text Example
Text Example
White with #7E3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3E75; }
p { color: rgb(126,62,117); }
H1.HeaderClassName
{
color: #7E3E75;
}
.AnyTagClassName
{
color: #7E3E75;
}
</style>
background-color css
<style>
a { background-color: #7E3E75; }
a { background-color: rgb(126,62,117); }
div.DivClassName
{
background-color: #7E3E75;
}
.BgClassName
{
background-color: #7E3E75;
}
</style>
border-color css
<style>
span { border-color: #7E3E75; }
span { border-color: rgb(126,62,117); }
td.TdClassName
{
border-color: #7E3E75;
}
.TagClassName
{
border-color: #7E3E75;
}
</style>