Shades of Eminence #744870
Tints of Eminence #744870
RGB
CMYK
RGB Variations
Color information
#744870 (or 0x744870) is known color: Eminence. HEX triplet: 74, 48 and 70. RGB value is (116,72,112). Sum of RGB (Red+Green+Blue) = 116+72+112=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #744870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744870 is #8BB78F. Grayscale: #595959. Windows color (decimal): -9156496 or 7358580. OLE color: 7358580.
HSL color Cylindrical-coordinate representation of color #744870: hue angle of 305.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #744870 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 112 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.55 |
| HSL | 305.45º | 0.23% | 0.37% | - |
| HSV(B) | 305.45º | 0.38% | 0.45% | - |
| XYZ | 12.44 | 9.52 | 16.51 | - |
| YUV | 89.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 112 | 0 | 0.38 | 0.03 | 0.55 | 305.45 | 0.23 | 0.37 |
| Hex | 74 | 48 | 70 | 0 | 26 | 3 | 37 | 131 | 17 | 25 |
| Octal | 164 | 110 | 160 | 0 | 46 | 3 | 67 | 461 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1110000 | 0 | 100110 | 11 | 110111 | 100110001 | 10111 | 100101 |
Color Harmonies of #744870
Complementary color
Monochromatic Colors of #744870
Black with #744870
Text Example
Text Example
White with #744870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744870; }
p { color: rgb(116,72,112); }
H1.HeaderClassName
{
color: #744870;
}
.AnyTagClassName
{
color: #744870;
}
</style>
background-color css
<style>
a { background-color: #744870; }
a { background-color: rgb(116,72,112); }
div.DivClassName
{
background-color: #744870;
}
.BgClassName
{
background-color: #744870;
}
</style>
border-color css
<style>
span { border-color: #744870; }
span { border-color: rgb(116,72,112); }
td.TdClassName
{
border-color: #744870;
}
.TagClassName
{
border-color: #744870;
}
</style>