Shades of Eminence #743E7C
Tints of Eminence #743E7C
RGB
CMYK
RGB Variations
Color information
#743E7C (or 0x743E7C) is known color: Eminence. HEX triplet: 74, 3E and 7C. RGB value is (116,62,124). Sum of RGB (Red+Green+Blue) = 116+62+124=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #743E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E7C is #8BC183. Grayscale: #555555. Windows color (decimal): -9159044 or 8142452. OLE color: 8142452.
HSL color Cylindrical-coordinate representation of color #743E7C: hue angle of 292.26º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743E7C is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 62 | 124 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.51 |
| HSL | 292.26º | 0.33% | 0.36% | - |
| HSV(B) | 292.26º | 0.5% | 0.49% | - |
| XYZ | 12.56 | 8.61 | 20.07 | - |
| YUV | 85.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 124 | 0.06 | 0.5 | 0 | 0.51 | 292.26 | 0.33 | 0.36 |
| Hex | 74 | 3E | 7C | 6 | 32 | 0 | 33 | 124 | 21 | 24 |
| Octal | 164 | 76 | 174 | 6 | 62 | 0 | 63 | 444 | 41 | 44 |
| Binary | 1110100 | 111110 | 1111100 | 110 | 110010 | 0 | 110011 | 100100100 | 100001 | 100100 |
Color Harmonies of #743E7C
Complementary color
Monochromatic Colors of #743E7C
Black with #743E7C
Text Example
Text Example
White with #743E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E7C; }
p { color: rgb(116,62,124); }
H1.HeaderClassName
{
color: #743E7C;
}
.AnyTagClassName
{
color: #743E7C;
}
</style>
background-color css
<style>
a { background-color: #743E7C; }
a { background-color: rgb(116,62,124); }
div.DivClassName
{
background-color: #743E7C;
}
.BgClassName
{
background-color: #743E7C;
}
</style>
border-color css
<style>
span { border-color: #743E7C; }
span { border-color: rgb(116,62,124); }
td.TdClassName
{
border-color: #743E7C;
}
.TagClassName
{
border-color: #743E7C;
}
</style>