Shades of Eminence #703882
Tints of Eminence #703882
RGB
CMYK
RGB Variations
Color information
#703882 (or 0x703882) is known color: Eminence. HEX triplet: 70, 38 and 82. RGB value is (112,56,130). Sum of RGB (Red+Green+Blue) = 112+56+130=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #703882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703882 is #8FC77D. Grayscale: #505050. Windows color (decimal): -9422718 or 8534128. OLE color: 8534128.
HSL color Cylindrical-coordinate representation of color #703882: hue angle of 285.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703882 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 56 | 130 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.49 |
| HSL | 285.41º | 0.4% | 0.36% | - |
| HSV(B) | 285.41º | 0.57% | 0.51% | - |
| XYZ | 12.13 | 7.88 | 22 | - |
| YUV | 81.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 130 | 0.14 | 0.57 | 0 | 0.49 | 285.41 | 0.4 | 0.36 |
| Hex | 70 | 38 | 82 | E | 39 | 0 | 31 | 11D | 28 | 24 |
| Octal | 160 | 70 | 202 | 16 | 71 | 0 | 61 | 435 | 50 | 44 |
| Binary | 1110000 | 111000 | 10000010 | 1110 | 111001 | 0 | 110001 | 100011101 | 101000 | 100100 |
Color Harmonies of #703882
Complementary color
Monochromatic Colors of #703882
Black with #703882
Text Example
Text Example
White with #703882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703882; }
p { color: rgb(112,56,130); }
H1.HeaderClassName
{
color: #703882;
}
.AnyTagClassName
{
color: #703882;
}
</style>
background-color css
<style>
a { background-color: #703882; }
a { background-color: rgb(112,56,130); }
div.DivClassName
{
background-color: #703882;
}
.BgClassName
{
background-color: #703882;
}
</style>
border-color css
<style>
span { border-color: #703882; }
span { border-color: rgb(112,56,130); }
td.TdClassName
{
border-color: #703882;
}
.TagClassName
{
border-color: #703882;
}
</style>