Shades of Eminence #704072
Tints of Eminence #704072
RGB
CMYK
RGB Variations
Color information
#704072 (or 0x704072) is known color: Eminence. HEX triplet: 70, 40 and 72. RGB value is (112,64,114). Sum of RGB (Red+Green+Blue) = 112+64+114=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #704072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704072 is #8FBF8D. Grayscale: #535353. Windows color (decimal): -9420686 or 7487600. OLE color: 7487600.
HSL color Cylindrical-coordinate representation of color #704072: hue angle of 297.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704072 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 64 | 114 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.55 |
| HSL | 297.6º | 0.28% | 0.35% | - |
| HSV(B) | 297.6º | 0.44% | 0.45% | - |
| XYZ | 11.55 | 8.33 | 16.92 | - |
| YUV | 84.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 114 | 0.02 | 0.44 | 0 | 0.55 | 297.6 | 0.28 | 0.35 |
| Hex | 70 | 40 | 72 | 2 | 2C | 0 | 37 | 12A | 1C | 23 |
| Octal | 160 | 100 | 162 | 2 | 54 | 0 | 67 | 452 | 34 | 43 |
| Binary | 1110000 | 1000000 | 1110010 | 10 | 101100 | 0 | 110111 | 100101010 | 11100 | 100011 |
Color Harmonies of #704072
Complementary color
Monochromatic Colors of #704072
Black with #704072
Text Example
Text Example
White with #704072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704072; }
p { color: rgb(112,64,114); }
H1.HeaderClassName
{
color: #704072;
}
.AnyTagClassName
{
color: #704072;
}
</style>
background-color css
<style>
a { background-color: #704072; }
a { background-color: rgb(112,64,114); }
div.DivClassName
{
background-color: #704072;
}
.BgClassName
{
background-color: #704072;
}
</style>
border-color css
<style>
span { border-color: #704072; }
span { border-color: rgb(112,64,114); }
td.TdClassName
{
border-color: #704072;
}
.TagClassName
{
border-color: #704072;
}
</style>