Shades of Eminence #734E73
Tints of Eminence #734E73
RGB
CMYK
RGB Variations
Color information
#734E73 (or 0x734E73) is known color: Eminence. HEX triplet: 73, 4E and 73. RGB value is (115,78,115). Sum of RGB (Red+Green+Blue) = 115+78+115=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #734E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E73 is #8CB18C. Grayscale: #5D5D5D. Windows color (decimal): -9220493 or 7556723. OLE color: 7556723.
HSL color Cylindrical-coordinate representation of color #734E73: hue angle of 300º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #734E73 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 78 | 115 | - |
| CMYK | 0 | 0.32 | 0 | 0.55 |
| HSL | 300º | 0.19% | 0.38% | - |
| HSV(B) | 300º | 0.32% | 0.45% | - |
| XYZ | 12.89 | 10.33 | 17.53 | - |
| YUV | 93.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 78 | 115 | 0 | 0.32 | 0 | 0.55 | 300 | 0.19 | 0.38 |
| Hex | 73 | 4E | 73 | 0 | 20 | 0 | 37 | 12C | 13 | 26 |
| Octal | 163 | 116 | 163 | 0 | 40 | 0 | 67 | 454 | 23 | 46 |
| Binary | 1110011 | 1001110 | 1110011 | 0 | 100000 | 0 | 110111 | 100101100 | 10011 | 100110 |
Color Harmonies of #734E73
Complementary color
Monochromatic Colors of #734E73
Black with #734E73
Text Example
Text Example
White with #734E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734E73; }
p { color: rgb(115,78,115); }
H1.HeaderClassName
{
color: #734E73;
}
.AnyTagClassName
{
color: #734E73;
}
</style>
background-color css
<style>
a { background-color: #734E73; }
a { background-color: rgb(115,78,115); }
div.DivClassName
{
background-color: #734E73;
}
.BgClassName
{
background-color: #734E73;
}
</style>
border-color css
<style>
span { border-color: #734E73; }
span { border-color: rgb(115,78,115); }
td.TdClassName
{
border-color: #734E73;
}
.TagClassName
{
border-color: #734E73;
}
</style>