Shades of Eminence #743C80
Tints of Eminence #743C80
RGB
CMYK
RGB Variations
Color information
#743C80 (or 0x743C80) is known color: Eminence. HEX triplet: 74, 3C and 80. RGB value is (116,60,128). Sum of RGB (Red+Green+Blue) = 116+60+128=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #743C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743C80 is #8BC37F. Grayscale: #545454. Windows color (decimal): -9159552 or 8404084. OLE color: 8404084.
HSL color Cylindrical-coordinate representation of color #743C80: hue angle of 289.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743C80 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 60 | 128 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.50 |
| HSL | 289.41º | 0.36% | 0.37% | - |
| HSV(B) | 289.41º | 0.53% | 0.5% | - |
| XYZ | 12.71 | 8.5 | 21.39 | - |
| YUV | 84.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 128 | 0.09 | 0.53 | 0 | 0.50 | 289.41 | 0.36 | 0.37 |
| Hex | 74 | 3C | 80 | 9 | 35 | 0 | 32 | 121 | 24 | 25 |
| Octal | 164 | 74 | 200 | 11 | 65 | 0 | 62 | 441 | 44 | 45 |
| Binary | 1110100 | 111100 | 10000000 | 1001 | 110101 | 0 | 110010 | 100100001 | 100100 | 100101 |
Color Harmonies of #743C80
Complementary color
Monochromatic Colors of #743C80
Black with #743C80
Text Example
Text Example
White with #743C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C80; }
p { color: rgb(116,60,128); }
H1.HeaderClassName
{
color: #743C80;
}
.AnyTagClassName
{
color: #743C80;
}
</style>
background-color css
<style>
a { background-color: #743C80; }
a { background-color: rgb(116,60,128); }
div.DivClassName
{
background-color: #743C80;
}
.BgClassName
{
background-color: #743C80;
}
</style>
border-color css
<style>
span { border-color: #743C80; }
span { border-color: rgb(116,60,128); }
td.TdClassName
{
border-color: #743C80;
}
.TagClassName
{
border-color: #743C80;
}
</style>