Shades of Eminence #703878
Tints of Eminence #703878
RGB
CMYK
RGB Variations
Color information
#703878 (or 0x703878) is known color: Eminence. HEX triplet: 70, 38 and 78. RGB value is (112,56,120). Sum of RGB (Red+Green+Blue) = 112+56+120=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #703878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703878 is #8FC787. Grayscale: #4F4F4F. Windows color (decimal): -9422728 or 7878768. OLE color: 7878768.
HSL color Cylindrical-coordinate representation of color #703878: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703878 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 56 | 120 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.53 |
| HSL | 292.5º | 0.36% | 0.35% | - |
| HSV(B) | 292.5º | 0.53% | 0.47% | - |
| XYZ | 11.49 | 7.63 | 18.64 | - |
| YUV | 80.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 120 | 0.07 | 0.53 | 0 | 0.53 | 292.5 | 0.36 | 0.35 |
| Hex | 70 | 38 | 78 | 7 | 35 | 0 | 35 | 124 | 24 | 23 |
| Octal | 160 | 70 | 170 | 7 | 65 | 0 | 65 | 444 | 44 | 43 |
| Binary | 1110000 | 111000 | 1111000 | 111 | 110101 | 0 | 110101 | 100100100 | 100100 | 100011 |
Color Harmonies of #703878
Complementary color
Monochromatic Colors of #703878
Black with #703878
Text Example
Text Example
White with #703878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703878; }
p { color: rgb(112,56,120); }
H1.HeaderClassName
{
color: #703878;
}
.AnyTagClassName
{
color: #703878;
}
</style>
background-color css
<style>
a { background-color: #703878; }
a { background-color: rgb(112,56,120); }
div.DivClassName
{
background-color: #703878;
}
.BgClassName
{
background-color: #703878;
}
</style>
border-color css
<style>
span { border-color: #703878; }
span { border-color: rgb(112,56,120); }
td.TdClassName
{
border-color: #703878;
}
.TagClassName
{
border-color: #703878;
}
</style>