Shades of Eminence #743D72
Tints of Eminence #743D72
RGB
CMYK
RGB Variations
Color information
#743D72 (or 0x743D72) is known color: Eminence. HEX triplet: 74, 3D and 72. RGB value is (116,61,114). Sum of RGB (Red+Green+Blue) = 116+61+114=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #743D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D72 is #8BC28D. Grayscale: #535353. Windows color (decimal): -9159310 or 7486836. OLE color: 7486836.
HSL color Cylindrical-coordinate representation of color #743D72: hue angle of 302.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743D72 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 114 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.55 |
| HSL | 302.18º | 0.31% | 0.35% | - |
| HSV(B) | 302.18º | 0.47% | 0.45% | - |
| XYZ | 11.91 | 8.27 | 16.89 | - |
| YUV | 83.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 114 | 0 | 0.47 | 0.02 | 0.55 | 302.18 | 0.31 | 0.35 |
| Hex | 74 | 3D | 72 | 0 | 2F | 2 | 37 | 12E | 1F | 23 |
| Octal | 164 | 75 | 162 | 0 | 57 | 2 | 67 | 456 | 37 | 43 |
| Binary | 1110100 | 111101 | 1110010 | 0 | 101111 | 10 | 110111 | 100101110 | 11111 | 100011 |
Color Harmonies of #743D72
Complementary color
Monochromatic Colors of #743D72
Black with #743D72
Text Example
Text Example
White with #743D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D72; }
p { color: rgb(116,61,114); }
H1.HeaderClassName
{
color: #743D72;
}
.AnyTagClassName
{
color: #743D72;
}
</style>
background-color css
<style>
a { background-color: #743D72; }
a { background-color: rgb(116,61,114); }
div.DivClassName
{
background-color: #743D72;
}
.BgClassName
{
background-color: #743D72;
}
</style>
border-color css
<style>
span { border-color: #743D72; }
span { border-color: rgb(116,61,114); }
td.TdClassName
{
border-color: #743D72;
}
.TagClassName
{
border-color: #743D72;
}
</style>