Shades of Eminence #703777
Tints of Eminence #703777
RGB
CMYK
RGB Variations
Color information
#703777 (or 0x703777) is known color: Eminence. HEX triplet: 70, 37 and 77. RGB value is (112,55,119). Sum of RGB (Red+Green+Blue) = 112+55+119=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #703777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703777 is #8FC888. Grayscale: #4F4F4F. Windows color (decimal): -9422985 or 7812976. OLE color: 7812976.
HSL color Cylindrical-coordinate representation of color #703777: hue angle of 293.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703777 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 55 | 119 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.53 |
| HSL | 293.44º | 0.37% | 0.34% | - |
| HSV(B) | 293.44º | 0.54% | 0.47% | - |
| XYZ | 11.38 | 7.51 | 18.3 | - |
| YUV | 79.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 119 | 0.06 | 0.54 | 0 | 0.53 | 293.44 | 0.37 | 0.34 |
| Hex | 70 | 37 | 77 | 6 | 36 | 0 | 35 | 125 | 25 | 22 |
| Octal | 160 | 67 | 167 | 6 | 66 | 0 | 65 | 445 | 45 | 42 |
| Binary | 1110000 | 110111 | 1110111 | 110 | 110110 | 0 | 110101 | 100100101 | 100101 | 100010 |
Color Harmonies of #703777
Complementary color
Monochromatic Colors of #703777
Black with #703777
Text Example
Text Example
White with #703777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703777; }
p { color: rgb(112,55,119); }
H1.HeaderClassName
{
color: #703777;
}
.AnyTagClassName
{
color: #703777;
}
</style>
background-color css
<style>
a { background-color: #703777; }
a { background-color: rgb(112,55,119); }
div.DivClassName
{
background-color: #703777;
}
.BgClassName
{
background-color: #703777;
}
</style>
border-color css
<style>
span { border-color: #703777; }
span { border-color: rgb(112,55,119); }
td.TdClassName
{
border-color: #703777;
}
.TagClassName
{
border-color: #703777;
}
</style>