Shades of Eminence #703177
Tints of Eminence #703177
RGB
CMYK
RGB Variations
Color information
#703177 (or 0x703177) is known color: Eminence. HEX triplet: 70, 31 and 77. RGB value is (112,49,119). Sum of RGB (Red+Green+Blue) = 112+49+119=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #703177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703177 is #8FCE88. Grayscale: #4B4B4B. Windows color (decimal): -9424521 or 7811440. OLE color: 7811440.
HSL color Cylindrical-coordinate representation of color #703177: hue angle of 294º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703177 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 49 | 119 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.53 |
| HSL | 294º | 0.42% | 0.33% | - |
| HSV(B) | 294º | 0.59% | 0.47% | - |
| XYZ | 11.11 | 6.97 | 18.21 | - |
| YUV | 75.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 119 | 0.06 | 0.59 | 0 | 0.53 | 294 | 0.42 | 0.33 |
| Hex | 70 | 31 | 77 | 6 | 3B | 0 | 35 | 126 | 2A | 21 |
| Octal | 160 | 61 | 167 | 6 | 73 | 0 | 65 | 446 | 52 | 41 |
| Binary | 1110000 | 110001 | 1110111 | 110 | 111011 | 0 | 110101 | 100100110 | 101010 | 100001 |
Color Harmonies of #703177
Complementary color
Monochromatic Colors of #703177
Black with #703177
Text Example
Text Example
White with #703177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703177; }
p { color: rgb(112,49,119); }
H1.HeaderClassName
{
color: #703177;
}
.AnyTagClassName
{
color: #703177;
}
</style>
background-color css
<style>
a { background-color: #703177; }
a { background-color: rgb(112,49,119); }
div.DivClassName
{
background-color: #703177;
}
.BgClassName
{
background-color: #703177;
}
</style>
border-color css
<style>
span { border-color: #703177; }
span { border-color: rgb(112,49,119); }
td.TdClassName
{
border-color: #703177;
}
.TagClassName
{
border-color: #703177;
}
</style>