Shades of Eminence #703373
Tints of Eminence #703373
RGB
CMYK
RGB Variations
Color information
#703373 (or 0x703373) is known color: Eminence. HEX triplet: 70, 33 and 73. RGB value is (112,51,115). Sum of RGB (Red+Green+Blue) = 112+51+115=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #703373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703373 is #8FCC8C. Grayscale: #4C4C4C. Windows color (decimal): -9424013 or 7549808. OLE color: 7549808.
HSL color Cylindrical-coordinate representation of color #703373: hue angle of 297.19º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703373 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 51 | 115 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.55 |
| HSL | 297.19º | 0.39% | 0.33% | - |
| HSV(B) | 297.19º | 0.56% | 0.45% | - |
| XYZ | 10.96 | 7.05 | 17 | - |
| YUV | 76.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 115 | 0.03 | 0.56 | 0 | 0.55 | 297.19 | 0.39 | 0.33 |
| Hex | 70 | 33 | 73 | 3 | 38 | 0 | 37 | 129 | 27 | 21 |
| Octal | 160 | 63 | 163 | 3 | 70 | 0 | 67 | 451 | 47 | 41 |
| Binary | 1110000 | 110011 | 1110011 | 11 | 111000 | 0 | 110111 | 100101001 | 100111 | 100001 |
Color Harmonies of #703373
Complementary color
Monochromatic Colors of #703373
Black with #703373
Text Example
Text Example
White with #703373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703373; }
p { color: rgb(112,51,115); }
H1.HeaderClassName
{
color: #703373;
}
.AnyTagClassName
{
color: #703373;
}
</style>
background-color css
<style>
a { background-color: #703373; }
a { background-color: rgb(112,51,115); }
div.DivClassName
{
background-color: #703373;
}
.BgClassName
{
background-color: #703373;
}
</style>
border-color css
<style>
span { border-color: #703373; }
span { border-color: rgb(112,51,115); }
td.TdClassName
{
border-color: #703373;
}
.TagClassName
{
border-color: #703373;
}
</style>