Shades of Eminence #703877
Tints of Eminence #703877
RGB
CMYK
RGB Variations
Color information
#703877 (or 0x703877) is known color: Eminence. HEX triplet: 70, 38 and 77. RGB value is (112,56,119). Sum of RGB (Red+Green+Blue) = 112+56+119=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #703877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703877 is #8FC788. Grayscale: #4F4F4F. Windows color (decimal): -9422729 or 7813232. OLE color: 7813232.
HSL color Cylindrical-coordinate representation of color #703877: hue angle of 293.33º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703877 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 56 | 119 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.53 |
| HSL | 293.33º | 0.36% | 0.34% | - |
| HSV(B) | 293.33º | 0.53% | 0.47% | - |
| XYZ | 11.43 | 7.61 | 18.32 | - |
| YUV | 79.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 119 | 0.06 | 0.53 | 0 | 0.53 | 293.33 | 0.36 | 0.34 |
| Hex | 70 | 38 | 77 | 6 | 35 | 0 | 35 | 125 | 24 | 22 |
| Octal | 160 | 70 | 167 | 6 | 65 | 0 | 65 | 445 | 44 | 42 |
| Binary | 1110000 | 111000 | 1110111 | 110 | 110101 | 0 | 110101 | 100100101 | 100100 | 100010 |
Color Harmonies of #703877
Complementary color
Monochromatic Colors of #703877
Black with #703877
Text Example
Text Example
White with #703877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703877; }
p { color: rgb(112,56,119); }
H1.HeaderClassName
{
color: #703877;
}
.AnyTagClassName
{
color: #703877;
}
</style>
background-color css
<style>
a { background-color: #703877; }
a { background-color: rgb(112,56,119); }
div.DivClassName
{
background-color: #703877;
}
.BgClassName
{
background-color: #703877;
}
</style>
border-color css
<style>
span { border-color: #703877; }
span { border-color: rgb(112,56,119); }
td.TdClassName
{
border-color: #703877;
}
.TagClassName
{
border-color: #703877;
}
</style>