Shades of Eminence #742E76
Tints of Eminence #742E76
RGB
CMYK
RGB Variations
Color information
#742E76 (or 0x742E76) is known color: Eminence. HEX triplet: 74, 2E and 76. RGB value is (116,46,118). Sum of RGB (Red+Green+Blue) = 116+46+118=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #742E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E76 is #8BD189. Grayscale: #4A4A4A. Windows color (decimal): -9163146 or 7745140. OLE color: 7745140.
HSL color Cylindrical-coordinate representation of color #742E76: hue angle of 298.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #742E76 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 46 | 118 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.54 |
| HSL | 298.33º | 0.44% | 0.32% | - |
| HSV(B) | 298.33º | 0.61% | 0.46% | - |
| XYZ | 11.45 | 6.97 | 17.88 | - |
| YUV | 75.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 118 | 0.02 | 0.61 | 0 | 0.54 | 298.33 | 0.44 | 0.32 |
| Hex | 74 | 2E | 76 | 2 | 3D | 0 | 36 | 12A | 2C | 20 |
| Octal | 164 | 56 | 166 | 2 | 75 | 0 | 66 | 452 | 54 | 40 |
| Binary | 1110100 | 101110 | 1110110 | 10 | 111101 | 0 | 110110 | 100101010 | 101100 | 100000 |
Color Harmonies of #742E76
Complementary color
Monochromatic Colors of #742E76
Black with #742E76
Text Example
Text Example
White with #742E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E76; }
p { color: rgb(116,46,118); }
H1.HeaderClassName
{
color: #742E76;
}
.AnyTagClassName
{
color: #742E76;
}
</style>
background-color css
<style>
a { background-color: #742E76; }
a { background-color: rgb(116,46,118); }
div.DivClassName
{
background-color: #742E76;
}
.BgClassName
{
background-color: #742E76;
}
</style>
border-color css
<style>
span { border-color: #742E76; }
span { border-color: rgb(116,46,118); }
td.TdClassName
{
border-color: #742E76;
}
.TagClassName
{
border-color: #742E76;
}
</style>