Shades of Eminence #703582
Tints of Eminence #703582
RGB
CMYK
RGB Variations
Color information
#703582 (or 0x703582) is known color: Eminence. HEX triplet: 70, 35 and 82. RGB value is (112,53,130). Sum of RGB (Red+Green+Blue) = 112+53+130=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #703582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703582 is #8FCA7D. Grayscale: #4F4F4F. Windows color (decimal): -9423486 or 8533360. OLE color: 8533360.
HSL color Cylindrical-coordinate representation of color #703582: hue angle of 285.97º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703582 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 53 | 130 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.49 |
| HSL | 285.97º | 0.42% | 0.36% | - |
| HSV(B) | 285.97º | 0.59% | 0.51% | - |
| XYZ | 11.98 | 7.6 | 21.95 | - |
| YUV | 79.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 130 | 0.14 | 0.59 | 0 | 0.49 | 285.97 | 0.42 | 0.36 |
| Hex | 70 | 35 | 82 | E | 3B | 0 | 31 | 11E | 2A | 24 |
| Octal | 160 | 65 | 202 | 16 | 73 | 0 | 61 | 436 | 52 | 44 |
| Binary | 1110000 | 110101 | 10000010 | 1110 | 111011 | 0 | 110001 | 100011110 | 101010 | 100100 |
Color Harmonies of #703582
Complementary color
Monochromatic Colors of #703582
Black with #703582
Text Example
Text Example
White with #703582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703582; }
p { color: rgb(112,53,130); }
H1.HeaderClassName
{
color: #703582;
}
.AnyTagClassName
{
color: #703582;
}
</style>
background-color css
<style>
a { background-color: #703582; }
a { background-color: rgb(112,53,130); }
div.DivClassName
{
background-color: #703582;
}
.BgClassName
{
background-color: #703582;
}
</style>
border-color css
<style>
span { border-color: #703582; }
span { border-color: rgb(112,53,130); }
td.TdClassName
{
border-color: #703582;
}
.TagClassName
{
border-color: #703582;
}
</style>