Shades of Eminence #7E3975
Tints of Eminence #7E3975
RGB
CMYK
RGB Variations
Color information
#7E3975 (or 0x7E3975) is known color: Eminence. HEX triplet: 7E, 39 and 75. RGB value is (126,57,117). Sum of RGB (Red+Green+Blue) = 126+57+117=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3975 is #81C68A. Grayscale: #545454. Windows color (decimal): -8504971 or 7682430. OLE color: 7682430.
HSL color Cylindrical-coordinate representation of color #7E3975: hue angle of 307.83º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3975 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 117 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.51 |
| HSL | 307.83º | 0.38% | 0.36% | - |
| HSV(B) | 307.83º | 0.55% | 0.49% | - |
| XYZ | 13.28 | 8.65 | 17.8 | - |
| YUV | 84.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 117 | 0 | 0.55 | 0.07 | 0.51 | 307.83 | 0.38 | 0.36 |
| Hex | 7E | 39 | 75 | 0 | 37 | 7 | 33 | 134 | 26 | 24 |
| Octal | 176 | 71 | 165 | 0 | 67 | 7 | 63 | 464 | 46 | 44 |
| Binary | 1111110 | 111001 | 1110101 | 0 | 110111 | 111 | 110011 | 100110100 | 100110 | 100100 |
Color Harmonies of #7E3975
Complementary color
Monochromatic Colors of #7E3975
Black with #7E3975
Text Example
Text Example
White with #7E3975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3975; }
p { color: rgb(126,57,117); }
H1.HeaderClassName
{
color: #7E3975;
}
.AnyTagClassName
{
color: #7E3975;
}
</style>
background-color css
<style>
a { background-color: #7E3975; }
a { background-color: rgb(126,57,117); }
div.DivClassName
{
background-color: #7E3975;
}
.BgClassName
{
background-color: #7E3975;
}
</style>
border-color css
<style>
span { border-color: #7E3975; }
span { border-color: rgb(126,57,117); }
td.TdClassName
{
border-color: #7E3975;
}
.TagClassName
{
border-color: #7E3975;
}
</style>