Shades of Eminence #7E3A75
Tints of Eminence #7E3A75
RGB
CMYK
RGB Variations
Color information
#7E3A75 (or 0x7E3A75) is known color: Eminence. HEX triplet: 7E, 3A and 75. RGB value is (126,58,117). Sum of RGB (Red+Green+Blue) = 126+58+117=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A75 is #81C58A. Grayscale: #545454. Windows color (decimal): -8504715 or 7682686. OLE color: 7682686.
HSL color Cylindrical-coordinate representation of color #7E3A75: hue angle of 307.94º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3A75 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 117 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.51 |
| HSL | 307.94º | 0.37% | 0.36% | - |
| HSV(B) | 307.94º | 0.54% | 0.49% | - |
| XYZ | 13.33 | 8.75 | 17.82 | - |
| YUV | 85.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 117 | 0 | 0.54 | 0.07 | 0.51 | 307.94 | 0.37 | 0.36 |
| Hex | 7E | 3A | 75 | 0 | 36 | 7 | 33 | 134 | 25 | 24 |
| Octal | 176 | 72 | 165 | 0 | 66 | 7 | 63 | 464 | 45 | 44 |
| Binary | 1111110 | 111010 | 1110101 | 0 | 110110 | 111 | 110011 | 100110100 | 100101 | 100100 |
Color Harmonies of #7E3A75
Complementary color
Monochromatic Colors of #7E3A75
Black with #7E3A75
Text Example
Text Example
White with #7E3A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A75; }
p { color: rgb(126,58,117); }
H1.HeaderClassName
{
color: #7E3A75;
}
.AnyTagClassName
{
color: #7E3A75;
}
</style>
background-color css
<style>
a { background-color: #7E3A75; }
a { background-color: rgb(126,58,117); }
div.DivClassName
{
background-color: #7E3A75;
}
.BgClassName
{
background-color: #7E3A75;
}
</style>
border-color css
<style>
span { border-color: #7E3A75; }
span { border-color: rgb(126,58,117); }
td.TdClassName
{
border-color: #7E3A75;
}
.TagClassName
{
border-color: #7E3A75;
}
</style>