Shades of Eminence #704576
Tints of Eminence #704576
RGB
CMYK
RGB Variations
Color information
#704576 (or 0x704576) is known color: Eminence. HEX triplet: 70, 45 and 76. RGB value is (112,69,118). Sum of RGB (Red+Green+Blue) = 112+69+118=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #704576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704576 is #8FBA89. Grayscale: #575757. Windows color (decimal): -9419402 or 7751024. OLE color: 7751024.
HSL color Cylindrical-coordinate representation of color #704576: hue angle of 292.65º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704576 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 69 | 118 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.54 |
| HSL | 292.65º | 0.26% | 0.37% | - |
| HSV(B) | 292.65º | 0.42% | 0.46% | - |
| XYZ | 12.08 | 9.01 | 18.24 | - |
| YUV | 87.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 118 | 0.05 | 0.42 | 0 | 0.54 | 292.65 | 0.26 | 0.37 |
| Hex | 70 | 45 | 76 | 5 | 2A | 0 | 36 | 125 | 1A | 25 |
| Octal | 160 | 105 | 166 | 5 | 52 | 0 | 66 | 445 | 32 | 45 |
| Binary | 1110000 | 1000101 | 1110110 | 101 | 101010 | 0 | 110110 | 100100101 | 11010 | 100101 |
Color Harmonies of #704576
Complementary color
Monochromatic Colors of #704576
Black with #704576
Text Example
Text Example
White with #704576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704576; }
p { color: rgb(112,69,118); }
H1.HeaderClassName
{
color: #704576;
}
.AnyTagClassName
{
color: #704576;
}
</style>
background-color css
<style>
a { background-color: #704576; }
a { background-color: rgb(112,69,118); }
div.DivClassName
{
background-color: #704576;
}
.BgClassName
{
background-color: #704576;
}
</style>
border-color css
<style>
span { border-color: #704576; }
span { border-color: rgb(112,69,118); }
td.TdClassName
{
border-color: #704576;
}
.TagClassName
{
border-color: #704576;
}
</style>