Shades of Eminence #743D70
Tints of Eminence #743D70
RGB
CMYK
RGB Variations
Color information
#743D70 (or 0x743D70) is known color: Eminence. HEX triplet: 74, 3D and 70. RGB value is (116,61,112). Sum of RGB (Red+Green+Blue) = 116+61+112=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #743D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D70 is #8BC28F. Grayscale: #535353. Windows color (decimal): -9159312 or 7355764. OLE color: 7355764.
HSL color Cylindrical-coordinate representation of color #743D70: hue angle of 304.36º 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 #743D70 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 112 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.55 |
| HSL | 304.36º | 0.31% | 0.35% | - |
| HSV(B) | 304.36º | 0.47% | 0.45% | - |
| XYZ | 11.8 | 8.22 | 16.29 | - |
| YUV | 83.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 112 | 0 | 0.47 | 0.03 | 0.55 | 304.36 | 0.31 | 0.35 |
| Hex | 74 | 3D | 70 | 0 | 2F | 3 | 37 | 130 | 1F | 23 |
| Octal | 164 | 75 | 160 | 0 | 57 | 3 | 67 | 460 | 37 | 43 |
| Binary | 1110100 | 111101 | 1110000 | 0 | 101111 | 11 | 110111 | 100110000 | 11111 | 100011 |
Color Harmonies of #743D70
Complementary color
Monochromatic Colors of #743D70
Black with #743D70
Text Example
Text Example
White with #743D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D70; }
p { color: rgb(116,61,112); }
H1.HeaderClassName
{
color: #743D70;
}
.AnyTagClassName
{
color: #743D70;
}
</style>
background-color css
<style>
a { background-color: #743D70; }
a { background-color: rgb(116,61,112); }
div.DivClassName
{
background-color: #743D70;
}
.BgClassName
{
background-color: #743D70;
}
</style>
border-color css
<style>
span { border-color: #743D70; }
span { border-color: rgb(116,61,112); }
td.TdClassName
{
border-color: #743D70;
}
.TagClassName
{
border-color: #743D70;
}
</style>