Shades of Eminence #704879
Tints of Eminence #704879
RGB
CMYK
RGB Variations
Color information
#704879 (or 0x704879) is known color: Eminence. HEX triplet: 70, 48 and 79. RGB value is (112,72,121). Sum of RGB (Red+Green+Blue) = 112+72+121=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #704879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704879 is #8FB786. Grayscale: #595959. Windows color (decimal): -9418631 or 7948400. OLE color: 7948400.
HSL color Cylindrical-coordinate representation of color #704879: hue angle of 288.98º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704879 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 72 | 121 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.53 |
| HSL | 288.98º | 0.25% | 0.38% | - |
| HSV(B) | 288.98º | 0.4% | 0.47% | - |
| XYZ | 12.45 | 9.46 | 19.26 | - |
| YUV | 89.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 121 | 0.07 | 0.40 | 0 | 0.53 | 288.98 | 0.25 | 0.38 |
| Hex | 70 | 48 | 79 | 7 | 28 | 0 | 35 | 121 | 19 | 26 |
| Octal | 160 | 110 | 171 | 7 | 50 | 0 | 65 | 441 | 31 | 46 |
| Binary | 1110000 | 1001000 | 1111001 | 111 | 101000 | 0 | 110101 | 100100001 | 11001 | 100110 |
Color Harmonies of #704879
Complementary color
Monochromatic Colors of #704879
Black with #704879
Text Example
Text Example
White with #704879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704879; }
p { color: rgb(112,72,121); }
H1.HeaderClassName
{
color: #704879;
}
.AnyTagClassName
{
color: #704879;
}
</style>
background-color css
<style>
a { background-color: #704879; }
a { background-color: rgb(112,72,121); }
div.DivClassName
{
background-color: #704879;
}
.BgClassName
{
background-color: #704879;
}
</style>
border-color css
<style>
span { border-color: #704879; }
span { border-color: rgb(112,72,121); }
td.TdClassName
{
border-color: #704879;
}
.TagClassName
{
border-color: #704879;
}
</style>