Shades of Eminence #743D6C
Tints of Eminence #743D6C
RGB
CMYK
RGB Variations
Color information
#743D6C (or 0x743D6C) is known color: Eminence. HEX triplet: 74, 3D and 6C. RGB value is (116,61,108). Sum of RGB (Red+Green+Blue) = 116+61+108=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #743D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D6C is #8BC293. Grayscale: #525252. Windows color (decimal): -9159316 or 7093620. OLE color: 7093620.
HSL color Cylindrical-coordinate representation of color #743D6C: hue angle of 308.73º 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 #743D6C is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 108 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.55 |
| HSL | 308.73º | 0.31% | 0.35% | - |
| HSV(B) | 308.73º | 0.47% | 0.45% | - |
| XYZ | 11.58 | 8.13 | 15.15 | - |
| YUV | 82.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 108 | 0 | 0.47 | 0.07 | 0.55 | 308.73 | 0.31 | 0.35 |
| Hex | 74 | 3D | 6C | 0 | 2F | 7 | 37 | 135 | 1F | 23 |
| Octal | 164 | 75 | 154 | 0 | 57 | 7 | 67 | 465 | 37 | 43 |
| Binary | 1110100 | 111101 | 1101100 | 0 | 101111 | 111 | 110111 | 100110101 | 11111 | 100011 |
Color Harmonies of #743D6C
Complementary color
Monochromatic Colors of #743D6C
Black with #743D6C
Text Example
Text Example
White with #743D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D6C; }
p { color: rgb(116,61,108); }
H1.HeaderClassName
{
color: #743D6C;
}
.AnyTagClassName
{
color: #743D6C;
}
</style>
background-color css
<style>
a { background-color: #743D6C; }
a { background-color: rgb(116,61,108); }
div.DivClassName
{
background-color: #743D6C;
}
.BgClassName
{
background-color: #743D6C;
}
</style>
border-color css
<style>
span { border-color: #743D6C; }
span { border-color: rgb(116,61,108); }
td.TdClassName
{
border-color: #743D6C;
}
.TagClassName
{
border-color: #743D6C;
}
</style>