Shades of Eminence #703C79
Tints of Eminence #703C79
RGB
CMYK
RGB Variations
Color information
#703C79 (or 0x703C79) is known color: Eminence. HEX triplet: 70, 3C and 79. RGB value is (112,60,121). Sum of RGB (Red+Green+Blue) = 112+60+121=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #703C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703C79 is #8FC386. Grayscale: #525252. Windows color (decimal): -9421703 or 7945328. OLE color: 7945328.
HSL color Cylindrical-coordinate representation of color #703C79: hue angle of 291.15º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703C79 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 60 | 121 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.53 |
| HSL | 291.15º | 0.34% | 0.35% | - |
| HSV(B) | 291.15º | 0.5% | 0.47% | - |
| XYZ | 11.75 | 8.06 | 19.03 | - |
| YUV | 82.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 121 | 0.07 | 0.50 | 0 | 0.53 | 291.15 | 0.34 | 0.35 |
| Hex | 70 | 3C | 79 | 7 | 32 | 0 | 35 | 123 | 22 | 23 |
| Octal | 160 | 74 | 171 | 7 | 62 | 0 | 65 | 443 | 42 | 43 |
| Binary | 1110000 | 111100 | 1111001 | 111 | 110010 | 0 | 110101 | 100100011 | 100010 | 100011 |
Color Harmonies of #703C79
Complementary color
Monochromatic Colors of #703C79
Black with #703C79
Text Example
Text Example
White with #703C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C79; }
p { color: rgb(112,60,121); }
H1.HeaderClassName
{
color: #703C79;
}
.AnyTagClassName
{
color: #703C79;
}
</style>
background-color css
<style>
a { background-color: #703C79; }
a { background-color: rgb(112,60,121); }
div.DivClassName
{
background-color: #703C79;
}
.BgClassName
{
background-color: #703C79;
}
</style>
border-color css
<style>
span { border-color: #703C79; }
span { border-color: rgb(112,60,121); }
td.TdClassName
{
border-color: #703C79;
}
.TagClassName
{
border-color: #703C79;
}
</style>