Shades of Eminence #743D77
Tints of Eminence #743D77
RGB
CMYK
RGB Variations
Color information
#743D77 (or 0x743D77) is known color: Eminence. HEX triplet: 74, 3D and 77. RGB value is (116,61,119). Sum of RGB (Red+Green+Blue) = 116+61+119=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #743D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D77 is #8BC288. Grayscale: #535353. Windows color (decimal): -9159305 or 7814516. OLE color: 7814516.
HSL color Cylindrical-coordinate representation of color #743D77: hue angle of 296.9º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743D77 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 61 | 119 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.53 |
| HSL | 296.9º | 0.32% | 0.35% | - |
| HSV(B) | 296.9º | 0.49% | 0.47% | - |
| XYZ | 12.2 | 8.38 | 18.43 | - |
| YUV | 84.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 119 | 0.03 | 0.49 | 0 | 0.53 | 296.9 | 0.32 | 0.35 |
| Hex | 74 | 3D | 77 | 3 | 31 | 0 | 35 | 129 | 20 | 23 |
| Octal | 164 | 75 | 167 | 3 | 61 | 0 | 65 | 451 | 40 | 43 |
| Binary | 1110100 | 111101 | 1110111 | 11 | 110001 | 0 | 110101 | 100101001 | 100000 | 100011 |
Color Harmonies of #743D77
Complementary color
Monochromatic Colors of #743D77
Black with #743D77
Text Example
Text Example
White with #743D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D77; }
p { color: rgb(116,61,119); }
H1.HeaderClassName
{
color: #743D77;
}
.AnyTagClassName
{
color: #743D77;
}
</style>
background-color css
<style>
a { background-color: #743D77; }
a { background-color: rgb(116,61,119); }
div.DivClassName
{
background-color: #743D77;
}
.BgClassName
{
background-color: #743D77;
}
</style>
border-color css
<style>
span { border-color: #743D77; }
span { border-color: rgb(116,61,119); }
td.TdClassName
{
border-color: #743D77;
}
.TagClassName
{
border-color: #743D77;
}
</style>