Shades of Eminence #704170
Tints of Eminence #704170
RGB
CMYK
RGB Variations
Color information
#704170 (or 0x704170) is known color: Eminence. HEX triplet: 70, 41 and 70. RGB value is (112,65,112). Sum of RGB (Red+Green+Blue) = 112+65+112=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #704170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704170 is #8FBE8F. Grayscale: #545454. Windows color (decimal): -9420432 or 7356784. OLE color: 7356784.
HSL color Cylindrical-coordinate representation of color #704170: hue angle of 300º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704170 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 112 | - |
| CMYK | 0 | 0.42 | 0 | 0.56 |
| HSL | 300º | 0.27% | 0.35% | - |
| HSV(B) | 300º | 0.42% | 0.44% | - |
| XYZ | 11.5 | 8.4 | 16.34 | - |
| YUV | 84.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 112 | 0 | 0.42 | 0 | 0.56 | 300 | 0.27 | 0.35 |
| Hex | 70 | 41 | 70 | 0 | 2A | 0 | 38 | 12C | 1B | 23 |
| Octal | 160 | 101 | 160 | 0 | 52 | 0 | 70 | 454 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1110000 | 0 | 101010 | 0 | 111000 | 100101100 | 11011 | 100011 |
Color Harmonies of #704170
Complementary color
Monochromatic Colors of #704170
Black with #704170
Text Example
Text Example
White with #704170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704170; }
p { color: rgb(112,65,112); }
H1.HeaderClassName
{
color: #704170;
}
.AnyTagClassName
{
color: #704170;
}
</style>
background-color css
<style>
a { background-color: #704170; }
a { background-color: rgb(112,65,112); }
div.DivClassName
{
background-color: #704170;
}
.BgClassName
{
background-color: #704170;
}
</style>
border-color css
<style>
span { border-color: #704170; }
span { border-color: rgb(112,65,112); }
td.TdClassName
{
border-color: #704170;
}
.TagClassName
{
border-color: #704170;
}
</style>