Shades of Eminence #743B76
Tints of Eminence #743B76
RGB
CMYK
RGB Variations
Color information
#743B76 (or 0x743B76) is known color: Eminence. HEX triplet: 74, 3B and 76. RGB value is (116,59,118). Sum of RGB (Red+Green+Blue) = 116+59+118=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #743B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B76 is #8BC489. Grayscale: #525252. Windows color (decimal): -9159818 or 7748468. OLE color: 7748468.
HSL color Cylindrical-coordinate representation of color #743B76: hue angle of 297.97º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743B76 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 59 | 118 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.54 |
| HSL | 297.97º | 0.33% | 0.35% | - |
| HSV(B) | 297.97º | 0.5% | 0.46% | - |
| XYZ | 12.04 | 8.15 | 18.08 | - |
| YUV | 82.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 118 | 0.02 | 0.50 | 0 | 0.54 | 297.97 | 0.33 | 0.35 |
| Hex | 74 | 3B | 76 | 2 | 32 | 0 | 36 | 12A | 21 | 23 |
| Octal | 164 | 73 | 166 | 2 | 62 | 0 | 66 | 452 | 41 | 43 |
| Binary | 1110100 | 111011 | 1110110 | 10 | 110010 | 0 | 110110 | 100101010 | 100001 | 100011 |
Color Harmonies of #743B76
Complementary color
Monochromatic Colors of #743B76
Black with #743B76
Text Example
Text Example
White with #743B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B76; }
p { color: rgb(116,59,118); }
H1.HeaderClassName
{
color: #743B76;
}
.AnyTagClassName
{
color: #743B76;
}
</style>
background-color css
<style>
a { background-color: #743B76; }
a { background-color: rgb(116,59,118); }
div.DivClassName
{
background-color: #743B76;
}
.BgClassName
{
background-color: #743B76;
}
</style>
border-color css
<style>
span { border-color: #743B76; }
span { border-color: rgb(116,59,118); }
td.TdClassName
{
border-color: #743B76;
}
.TagClassName
{
border-color: #743B76;
}
</style>