Shades of Eminence #704872
Tints of Eminence #704872
RGB
CMYK
RGB Variations
Color information
#704872 (or 0x704872) is known color: Eminence. HEX triplet: 70, 48 and 72. RGB value is (112,72,114). Sum of RGB (Red+Green+Blue) = 112+72+114=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #704872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704872 is #8FB78D. Grayscale: #585858. Windows color (decimal): -9418638 or 7489648. OLE color: 7489648.
HSL color Cylindrical-coordinate representation of color #704872: hue angle of 297.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704872 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 72 | 114 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.55 |
| HSL | 297.14º | 0.23% | 0.36% | - |
| HSV(B) | 297.14º | 0.37% | 0.45% | - |
| XYZ | 12.04 | 9.29 | 17.08 | - |
| YUV | 88.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 114 | 0.02 | 0.37 | 0 | 0.55 | 297.14 | 0.23 | 0.36 |
| Hex | 70 | 48 | 72 | 2 | 25 | 0 | 37 | 129 | 17 | 24 |
| Octal | 160 | 110 | 162 | 2 | 45 | 0 | 67 | 451 | 27 | 44 |
| Binary | 1110000 | 1001000 | 1110010 | 10 | 100101 | 0 | 110111 | 100101001 | 10111 | 100100 |
Color Harmonies of #704872
Complementary color
Monochromatic Colors of #704872
Black with #704872
Text Example
Text Example
White with #704872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704872; }
p { color: rgb(112,72,114); }
H1.HeaderClassName
{
color: #704872;
}
.AnyTagClassName
{
color: #704872;
}
</style>
background-color css
<style>
a { background-color: #704872; }
a { background-color: rgb(112,72,114); }
div.DivClassName
{
background-color: #704872;
}
.BgClassName
{
background-color: #704872;
}
</style>
border-color css
<style>
span { border-color: #704872; }
span { border-color: rgb(112,72,114); }
td.TdClassName
{
border-color: #704872;
}
.TagClassName
{
border-color: #704872;
}
</style>