Shades of Eminence #702A83
Tints of Eminence #702A83
RGB
CMYK
RGB Variations
Color information
#702A83 (or 0x702A83) is known color: Eminence. HEX triplet: 70, 2A and 83. RGB value is (112,42,131). Sum of RGB (Red+Green+Blue) = 112+42+131=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #702A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702A83 is #8FD57C. Grayscale: #484848. Windows color (decimal): -9426301 or 8596080. OLE color: 8596080.
HSL color Cylindrical-coordinate representation of color #702A83: hue angle of 287.19º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702A83 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 42 | 131 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.49 |
| HSL | 287.19º | 0.51% | 0.34% | - |
| HSV(B) | 287.19º | 0.68% | 0.51% | - |
| XYZ | 11.61 | 6.74 | 22.16 | - |
| YUV | 73.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 131 | 0.15 | 0.68 | 0 | 0.49 | 287.19 | 0.51 | 0.34 |
| Hex | 70 | 2A | 83 | F | 44 | 0 | 31 | 11F | 33 | 22 |
| Octal | 160 | 52 | 203 | 17 | 104 | 0 | 61 | 437 | 63 | 42 |
| Binary | 1110000 | 101010 | 10000011 | 1111 | 1000100 | 0 | 110001 | 100011111 | 110011 | 100010 |
Color Harmonies of #702A83
Complementary color
Monochromatic Colors of #702A83
Black with #702A83
Text Example
Text Example
White with #702A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A83; }
p { color: rgb(112,42,131); }
H1.HeaderClassName
{
color: #702A83;
}
.AnyTagClassName
{
color: #702A83;
}
</style>
background-color css
<style>
a { background-color: #702A83; }
a { background-color: rgb(112,42,131); }
div.DivClassName
{
background-color: #702A83;
}
.BgClassName
{
background-color: #702A83;
}
</style>
border-color css
<style>
span { border-color: #702A83; }
span { border-color: rgb(112,42,131); }
td.TdClassName
{
border-color: #702A83;
}
.TagClassName
{
border-color: #702A83;
}
</style>