Shades of Eminence #704178
Tints of Eminence #704178
RGB
CMYK
RGB Variations
Color information
#704178 (or 0x704178) is known color: Eminence. HEX triplet: 70, 41 and 78. RGB value is (112,65,120). Sum of RGB (Red+Green+Blue) = 112+65+120=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #704178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704178 is #8FBE87. Grayscale: #555555. Windows color (decimal): -9420424 or 7881072. OLE color: 7881072.
HSL color Cylindrical-coordinate representation of color #704178: hue angle of 291.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704178 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 65 | 120 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.53 |
| HSL | 291.27º | 0.3% | 0.36% | - |
| HSV(B) | 291.27º | 0.46% | 0.47% | - |
| XYZ | 11.96 | 8.58 | 18.8 | - |
| YUV | 85.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 120 | 0.07 | 0.46 | 0 | 0.53 | 291.27 | 0.3 | 0.36 |
| Hex | 70 | 41 | 78 | 7 | 2E | 0 | 35 | 123 | 1E | 24 |
| Octal | 160 | 101 | 170 | 7 | 56 | 0 | 65 | 443 | 36 | 44 |
| Binary | 1110000 | 1000001 | 1111000 | 111 | 101110 | 0 | 110101 | 100100011 | 11110 | 100100 |
Color Harmonies of #704178
Complementary color
Monochromatic Colors of #704178
Black with #704178
Text Example
Text Example
White with #704178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704178; }
p { color: rgb(112,65,120); }
H1.HeaderClassName
{
color: #704178;
}
.AnyTagClassName
{
color: #704178;
}
</style>
background-color css
<style>
a { background-color: #704178; }
a { background-color: rgb(112,65,120); }
div.DivClassName
{
background-color: #704178;
}
.BgClassName
{
background-color: #704178;
}
</style>
border-color css
<style>
span { border-color: #704178; }
span { border-color: rgb(112,65,120); }
td.TdClassName
{
border-color: #704178;
}
.TagClassName
{
border-color: #704178;
}
</style>