Shades of Eminence #743D78
Tints of Eminence #743D78
RGB
CMYK
RGB Variations
Color information
#743D78 (or 0x743D78) is known color: Eminence. HEX triplet: 74, 3D and 78. RGB value is (116,61,120). Sum of RGB (Red+Green+Blue) = 116+61+120=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #743D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D78 is #8BC287. Grayscale: #535353. Windows color (decimal): -9159304 or 7880052. OLE color: 7880052.
HSL color Cylindrical-coordinate representation of color #743D78: hue angle of 295.93º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743D78 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 61 | 120 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.53 |
| HSL | 295.93º | 0.33% | 0.35% | - |
| HSV(B) | 295.93º | 0.49% | 0.47% | - |
| XYZ | 12.26 | 8.41 | 18.75 | - |
| YUV | 84.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 120 | 0.03 | 0.49 | 0 | 0.53 | 295.93 | 0.33 | 0.35 |
| Hex | 74 | 3D | 78 | 3 | 31 | 0 | 35 | 128 | 21 | 23 |
| Octal | 164 | 75 | 170 | 3 | 61 | 0 | 65 | 450 | 41 | 43 |
| Binary | 1110100 | 111101 | 1111000 | 11 | 110001 | 0 | 110101 | 100101000 | 100001 | 100011 |
Color Harmonies of #743D78
Complementary color
Monochromatic Colors of #743D78
Black with #743D78
Text Example
Text Example
White with #743D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D78; }
p { color: rgb(116,61,120); }
H1.HeaderClassName
{
color: #743D78;
}
.AnyTagClassName
{
color: #743D78;
}
</style>
background-color css
<style>
a { background-color: #743D78; }
a { background-color: rgb(116,61,120); }
div.DivClassName
{
background-color: #743D78;
}
.BgClassName
{
background-color: #743D78;
}
</style>
border-color css
<style>
span { border-color: #743D78; }
span { border-color: rgb(116,61,120); }
td.TdClassName
{
border-color: #743D78;
}
.TagClassName
{
border-color: #743D78;
}
</style>