Shades of Eminence #743E7E
Tints of Eminence #743E7E
RGB
CMYK
RGB Variations
Color information
#743E7E (or 0x743E7E) is known color: Eminence. HEX triplet: 74, 3E and 7E. RGB value is (116,62,126). Sum of RGB (Red+Green+Blue) = 116+62+126=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #743E7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E7E is #8BC181. Grayscale: #555555. Windows color (decimal): -9159042 or 8273524. OLE color: 8273524.
HSL color Cylindrical-coordinate representation of color #743E7E: hue angle of 290.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743E7E is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 62 | 126 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.51 |
| HSL | 290.63º | 0.34% | 0.37% | - |
| HSV(B) | 290.63º | 0.51% | 0.49% | - |
| XYZ | 12.69 | 8.66 | 20.74 | - |
| YUV | 85.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 126 | 0.08 | 0.51 | 0 | 0.51 | 290.63 | 0.34 | 0.37 |
| Hex | 74 | 3E | 7E | 8 | 33 | 0 | 33 | 123 | 22 | 25 |
| Octal | 164 | 76 | 176 | 10 | 63 | 0 | 63 | 443 | 42 | 45 |
| Binary | 1110100 | 111110 | 1111110 | 1000 | 110011 | 0 | 110011 | 100100011 | 100010 | 100101 |
Color Harmonies of #743E7E
Complementary color
Monochromatic Colors of #743E7E
Black with #743E7E
Text Example
Text Example
White with #743E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E7E; }
p { color: rgb(116,62,126); }
H1.HeaderClassName
{
color: #743E7E;
}
.AnyTagClassName
{
color: #743E7E;
}
</style>
background-color css
<style>
a { background-color: #743E7E; }
a { background-color: rgb(116,62,126); }
div.DivClassName
{
background-color: #743E7E;
}
.BgClassName
{
background-color: #743E7E;
}
</style>
border-color css
<style>
span { border-color: #743E7E; }
span { border-color: rgb(116,62,126); }
td.TdClassName
{
border-color: #743E7E;
}
.TagClassName
{
border-color: #743E7E;
}
</style>