Shades of Eminence #703B73
Tints of Eminence #703B73
RGB
CMYK
RGB Variations
Color information
#703B73 (or 0x703B73) is known color: Eminence. HEX triplet: 70, 3B and 73. RGB value is (112,59,115). Sum of RGB (Red+Green+Blue) = 112+59+115=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #703B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B73 is #8FC48C. Grayscale: #515151. Windows color (decimal): -9421965 or 7551856. OLE color: 7551856.
HSL color Cylindrical-coordinate representation of color #703B73: hue angle of 296.79º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703B73 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 59 | 115 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.55 |
| HSL | 296.79º | 0.32% | 0.34% | - |
| HSV(B) | 296.79º | 0.49% | 0.45% | - |
| XYZ | 11.34 | 7.81 | 17.13 | - |
| YUV | 81.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 115 | 0.03 | 0.49 | 0 | 0.55 | 296.79 | 0.32 | 0.34 |
| Hex | 70 | 3B | 73 | 3 | 31 | 0 | 37 | 129 | 20 | 22 |
| Octal | 160 | 73 | 163 | 3 | 61 | 0 | 67 | 451 | 40 | 42 |
| Binary | 1110000 | 111011 | 1110011 | 11 | 110001 | 0 | 110111 | 100101001 | 100000 | 100010 |
Color Harmonies of #703B73
Complementary color
Monochromatic Colors of #703B73
Black with #703B73
Text Example
Text Example
White with #703B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703B73; }
p { color: rgb(112,59,115); }
H1.HeaderClassName
{
color: #703B73;
}
.AnyTagClassName
{
color: #703B73;
}
</style>
background-color css
<style>
a { background-color: #703B73; }
a { background-color: rgb(112,59,115); }
div.DivClassName
{
background-color: #703B73;
}
.BgClassName
{
background-color: #703B73;
}
</style>
border-color css
<style>
span { border-color: #703B73; }
span { border-color: rgb(112,59,115); }
td.TdClassName
{
border-color: #703B73;
}
.TagClassName
{
border-color: #703B73;
}
</style>