Shades of Eminence #704973
Tints of Eminence #704973
RGB
CMYK
RGB Variations
Color information
#704973 (or 0x704973) is known color: Eminence. HEX triplet: 70, 49 and 73. RGB value is (112,73,115). Sum of RGB (Red+Green+Blue) = 112+73+115=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #704973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704973 is #8FB68C. Grayscale: #595959. Windows color (decimal): -9418381 or 7555440. OLE color: 7555440.
HSL color Cylindrical-coordinate representation of color #704973: hue angle of 295.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704973 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 73 | 115 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.55 |
| HSL | 295.71º | 0.22% | 0.37% | - |
| HSV(B) | 295.71º | 0.37% | 0.45% | - |
| XYZ | 12.16 | 9.45 | 17.4 | - |
| YUV | 89.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 115 | 0.03 | 0.37 | 0 | 0.55 | 295.71 | 0.22 | 0.37 |
| Hex | 70 | 49 | 73 | 3 | 25 | 0 | 37 | 128 | 16 | 25 |
| Octal | 160 | 111 | 163 | 3 | 45 | 0 | 67 | 450 | 26 | 45 |
| Binary | 1110000 | 1001001 | 1110011 | 11 | 100101 | 0 | 110111 | 100101000 | 10110 | 100101 |
Color Harmonies of #704973
Complementary color
Monochromatic Colors of #704973
Black with #704973
Text Example
Text Example
White with #704973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704973; }
p { color: rgb(112,73,115); }
H1.HeaderClassName
{
color: #704973;
}
.AnyTagClassName
{
color: #704973;
}
</style>
background-color css
<style>
a { background-color: #704973; }
a { background-color: rgb(112,73,115); }
div.DivClassName
{
background-color: #704973;
}
.BgClassName
{
background-color: #704973;
}
</style>
border-color css
<style>
span { border-color: #704973; }
span { border-color: rgb(112,73,115); }
td.TdClassName
{
border-color: #704973;
}
.TagClassName
{
border-color: #704973;
}
</style>