Shades of Eminence #743D6D
Tints of Eminence #743D6D
RGB
CMYK
RGB Variations
Color information
#743D6D (or 0x743D6D) is known color: Eminence. HEX triplet: 74, 3D and 6D. RGB value is (116,61,109). Sum of RGB (Red+Green+Blue) = 116+61+109=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #743D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D6D is #8BC292. Grayscale: #525252. Windows color (decimal): -9159315 or 7159156. OLE color: 7159156.
HSL color Cylindrical-coordinate representation of color #743D6D: hue angle of 307.64º 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 #743D6D is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 109 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.55 |
| HSL | 307.64º | 0.31% | 0.35% | - |
| HSV(B) | 307.64º | 0.47% | 0.45% | - |
| XYZ | 11.63 | 8.15 | 15.43 | - |
| YUV | 82.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 109 | 0 | 0.47 | 0.06 | 0.55 | 307.64 | 0.31 | 0.35 |
| Hex | 74 | 3D | 6D | 0 | 2F | 6 | 37 | 134 | 1F | 23 |
| Octal | 164 | 75 | 155 | 0 | 57 | 6 | 67 | 464 | 37 | 43 |
| Binary | 1110100 | 111101 | 1101101 | 0 | 101111 | 110 | 110111 | 100110100 | 11111 | 100011 |
Color Harmonies of #743D6D
Complementary color
Monochromatic Colors of #743D6D
Black with #743D6D
Text Example
Text Example
White with #743D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D6D; }
p { color: rgb(116,61,109); }
H1.HeaderClassName
{
color: #743D6D;
}
.AnyTagClassName
{
color: #743D6D;
}
</style>
background-color css
<style>
a { background-color: #743D6D; }
a { background-color: rgb(116,61,109); }
div.DivClassName
{
background-color: #743D6D;
}
.BgClassName
{
background-color: #743D6D;
}
</style>
border-color css
<style>
span { border-color: #743D6D; }
span { border-color: rgb(116,61,109); }
td.TdClassName
{
border-color: #743D6D;
}
.TagClassName
{
border-color: #743D6D;
}
</style>