Shades of Eminence #704175
Tints of Eminence #704175
RGB
CMYK
RGB Variations
Color information
#704175 (or 0x704175) is known color: Eminence. HEX triplet: 70, 41 and 75. RGB value is (112,65,117). Sum of RGB (Red+Green+Blue) = 112+65+117=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #704175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704175 is #8FBE8A. Grayscale: #545454. Windows color (decimal): -9420427 or 7684464. OLE color: 7684464.
HSL color Cylindrical-coordinate representation of color #704175: hue angle of 294.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704175 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 65 | 117 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.54 |
| HSL | 294.23º | 0.29% | 0.36% | - |
| HSV(B) | 294.23º | 0.44% | 0.46% | - |
| XYZ | 11.78 | 8.51 | 17.85 | - |
| YUV | 84.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 117 | 0.04 | 0.44 | 0 | 0.54 | 294.23 | 0.29 | 0.36 |
| Hex | 70 | 41 | 75 | 4 | 2C | 0 | 36 | 126 | 1D | 24 |
| Octal | 160 | 101 | 165 | 4 | 54 | 0 | 66 | 446 | 35 | 44 |
| Binary | 1110000 | 1000001 | 1110101 | 100 | 101100 | 0 | 110110 | 100100110 | 11101 | 100100 |
Color Harmonies of #704175
Complementary color
Monochromatic Colors of #704175
Black with #704175
Text Example
Text Example
White with #704175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704175; }
p { color: rgb(112,65,117); }
H1.HeaderClassName
{
color: #704175;
}
.AnyTagClassName
{
color: #704175;
}
</style>
background-color css
<style>
a { background-color: #704175; }
a { background-color: rgb(112,65,117); }
div.DivClassName
{
background-color: #704175;
}
.BgClassName
{
background-color: #704175;
}
</style>
border-color css
<style>
span { border-color: #704175; }
span { border-color: rgb(112,65,117); }
td.TdClassName
{
border-color: #704175;
}
.TagClassName
{
border-color: #704175;
}
</style>