Shades of Eminence #743D79
Tints of Eminence #743D79
RGB
CMYK
RGB Variations
Color information
#743D79 (or 0x743D79) is known color: Eminence. HEX triplet: 74, 3D and 79. RGB value is (116,61,121). Sum of RGB (Red+Green+Blue) = 116+61+121=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #743D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D79 is #8BC286. Grayscale: #545454. Windows color (decimal): -9159303 or 7945588. OLE color: 7945588.
HSL color Cylindrical-coordinate representation of color #743D79: hue angle of 295º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743D79 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 61 | 121 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.53 |
| HSL | 295º | 0.33% | 0.36% | - |
| HSV(B) | 295º | 0.5% | 0.47% | - |
| XYZ | 12.32 | 8.43 | 19.07 | - |
| YUV | 84.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 121 | 0.04 | 0.50 | 0 | 0.53 | 295 | 0.33 | 0.36 |
| Hex | 74 | 3D | 79 | 4 | 32 | 0 | 35 | 127 | 21 | 24 |
| Octal | 164 | 75 | 171 | 4 | 62 | 0 | 65 | 447 | 41 | 44 |
| Binary | 1110100 | 111101 | 1111001 | 100 | 110010 | 0 | 110101 | 100100111 | 100001 | 100100 |
Color Harmonies of #743D79
Complementary color
Monochromatic Colors of #743D79
Black with #743D79
Text Example
Text Example
White with #743D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D79; }
p { color: rgb(116,61,121); }
H1.HeaderClassName
{
color: #743D79;
}
.AnyTagClassName
{
color: #743D79;
}
</style>
background-color css
<style>
a { background-color: #743D79; }
a { background-color: rgb(116,61,121); }
div.DivClassName
{
background-color: #743D79;
}
.BgClassName
{
background-color: #743D79;
}
</style>
border-color css
<style>
span { border-color: #743D79; }
span { border-color: rgb(116,61,121); }
td.TdClassName
{
border-color: #743D79;
}
.TagClassName
{
border-color: #743D79;
}
</style>