Shades of Eminence #702B80
Tints of Eminence #702B80
RGB
CMYK
RGB Variations
Color information
#702B80 (or 0x702B80) is known color: Eminence. HEX triplet: 70, 2B and 80. RGB value is (112,43,128). Sum of RGB (Red+Green+Blue) = 112+43+128=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #702B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702B80 is #8FD47F. Grayscale: #494949. Windows color (decimal): -9426048 or 8399728. OLE color: 8399728.
HSL color Cylindrical-coordinate representation of color #702B80: hue angle of 288.71º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702B80 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 43 | 128 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.50 |
| HSL | 288.71º | 0.5% | 0.34% | - |
| HSV(B) | 288.71º | 0.66% | 0.5% | - |
| XYZ | 11.44 | 6.73 | 21.12 | - |
| YUV | 73.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 128 | 0.12 | 0.66 | 0 | 0.50 | 288.71 | 0.5 | 0.34 |
| Hex | 70 | 2B | 80 | C | 42 | 0 | 32 | 121 | 32 | 22 |
| Octal | 160 | 53 | 200 | 14 | 102 | 0 | 62 | 441 | 62 | 42 |
| Binary | 1110000 | 101011 | 10000000 | 1100 | 1000010 | 0 | 110010 | 100100001 | 110010 | 100010 |
Color Harmonies of #702B80
Complementary color
Monochromatic Colors of #702B80
Black with #702B80
Text Example
Text Example
White with #702B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B80; }
p { color: rgb(112,43,128); }
H1.HeaderClassName
{
color: #702B80;
}
.AnyTagClassName
{
color: #702B80;
}
</style>
background-color css
<style>
a { background-color: #702B80; }
a { background-color: rgb(112,43,128); }
div.DivClassName
{
background-color: #702B80;
}
.BgClassName
{
background-color: #702B80;
}
</style>
border-color css
<style>
span { border-color: #702B80; }
span { border-color: rgb(112,43,128); }
td.TdClassName
{
border-color: #702B80;
}
.TagClassName
{
border-color: #702B80;
}
</style>