Shades of Eminence #743B74
Tints of Eminence #743B74
RGB
CMYK
RGB Variations
Color information
#743B74 (or 0x743B74) is known color: Eminence. HEX triplet: 74, 3B and 74. RGB value is (116,59,116). Sum of RGB (Red+Green+Blue) = 116+59+116=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #743B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B74 is #8BC48B. Grayscale: #525252. Windows color (decimal): -9159820 or 7617396. OLE color: 7617396.
HSL color Cylindrical-coordinate representation of color #743B74: hue angle of 300º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B74 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 59 | 116 | - |
| CMYK | 0 | 0.49 | 0 | 0.55 |
| HSL | 300º | 0.33% | 0.34% | - |
| HSV(B) | 300º | 0.49% | 0.45% | - |
| XYZ | 11.92 | 8.1 | 17.46 | - |
| YUV | 82.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 59 | 116 | 0 | 0.49 | 0 | 0.55 | 300 | 0.33 | 0.34 |
| Hex | 74 | 3B | 74 | 0 | 31 | 0 | 37 | 12C | 21 | 22 |
| Octal | 164 | 73 | 164 | 0 | 61 | 0 | 67 | 454 | 41 | 42 |
| Binary | 1110100 | 111011 | 1110100 | 0 | 110001 | 0 | 110111 | 100101100 | 100001 | 100010 |
Color Harmonies of #743B74
Complementary color
Monochromatic Colors of #743B74
Black with #743B74
Text Example
Text Example
White with #743B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743B74; }
p { color: rgb(116,59,116); }
H1.HeaderClassName
{
color: #743B74;
}
.AnyTagClassName
{
color: #743B74;
}
</style>
background-color css
<style>
a { background-color: #743B74; }
a { background-color: rgb(116,59,116); }
div.DivClassName
{
background-color: #743B74;
}
.BgClassName
{
background-color: #743B74;
}
</style>
border-color css
<style>
span { border-color: #743B74; }
span { border-color: rgb(116,59,116); }
td.TdClassName
{
border-color: #743B74;
}
.TagClassName
{
border-color: #743B74;
}
</style>