Shades of Eminence #743F6D
Tints of Eminence #743F6D
RGB
CMYK
RGB Variations
Color information
#743F6D (or 0x743F6D) is known color: Eminence. HEX triplet: 74, 3F and 6D. RGB value is (116,63,109). Sum of RGB (Red+Green+Blue) = 116+63+109=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #743F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F6D is #8BC092. Grayscale: #535353. Windows color (decimal): -9158803 or 7159668. OLE color: 7159668.
HSL color Cylindrical-coordinate representation of color #743F6D: hue angle of 307.92º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F6D is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 109 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.55 |
| HSL | 307.92º | 0.3% | 0.35% | - |
| HSV(B) | 307.92º | 0.46% | 0.45% | - |
| XYZ | 11.74 | 8.37 | 15.47 | - |
| YUV | 84.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 109 | 0 | 0.46 | 0.06 | 0.55 | 307.92 | 0.3 | 0.35 |
| Hex | 74 | 3F | 6D | 0 | 2E | 6 | 37 | 134 | 1E | 23 |
| Octal | 164 | 77 | 155 | 0 | 56 | 6 | 67 | 464 | 36 | 43 |
| Binary | 1110100 | 111111 | 1101101 | 0 | 101110 | 110 | 110111 | 100110100 | 11110 | 100011 |
Color Harmonies of #743F6D
Complementary color
Monochromatic Colors of #743F6D
Black with #743F6D
Text Example
Text Example
White with #743F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F6D; }
p { color: rgb(116,63,109); }
H1.HeaderClassName
{
color: #743F6D;
}
.AnyTagClassName
{
color: #743F6D;
}
</style>
background-color css
<style>
a { background-color: #743F6D; }
a { background-color: rgb(116,63,109); }
div.DivClassName
{
background-color: #743F6D;
}
.BgClassName
{
background-color: #743F6D;
}
</style>
border-color css
<style>
span { border-color: #743F6D; }
span { border-color: rgb(116,63,109); }
td.TdClassName
{
border-color: #743F6D;
}
.TagClassName
{
border-color: #743F6D;
}
</style>