Shades of Eminence #723080
Tints of Eminence #723080
RGB
CMYK
RGB Variations
Color information
#723080 (or 0x723080) is known color: Eminence. HEX triplet: 72, 30 and 80. RGB value is (114,48,128). Sum of RGB (Red+Green+Blue) = 114+48+128=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #723080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723080 is #8DCF7F. Grayscale: #4C4C4C. Windows color (decimal): -9293696 or 8401010. OLE color: 8401010.
HSL color Cylindrical-coordinate representation of color #723080: hue angle of 289.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #723080 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 48 | 128 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.50 |
| HSL | 289.5º | 0.45% | 0.35% | - |
| HSV(B) | 289.5º | 0.63% | 0.5% | - |
| XYZ | 11.89 | 7.25 | 21.19 | - |
| YUV | 76.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 128 | 0.11 | 0.62 | 0 | 0.50 | 289.5 | 0.45 | 0.35 |
| Hex | 72 | 30 | 80 | B | 3E | 0 | 32 | 122 | 2D | 23 |
| Octal | 162 | 60 | 200 | 13 | 76 | 0 | 62 | 442 | 55 | 43 |
| Binary | 1110010 | 110000 | 10000000 | 1011 | 111110 | 0 | 110010 | 100100010 | 101101 | 100011 |
Color Harmonies of #723080
Complementary color
Monochromatic Colors of #723080
Black with #723080
Text Example
Text Example
White with #723080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723080; }
p { color: rgb(114,48,128); }
H1.HeaderClassName
{
color: #723080;
}
.AnyTagClassName
{
color: #723080;
}
</style>
background-color css
<style>
a { background-color: #723080; }
a { background-color: rgb(114,48,128); }
div.DivClassName
{
background-color: #723080;
}
.BgClassName
{
background-color: #723080;
}
</style>
border-color css
<style>
span { border-color: #723080; }
span { border-color: rgb(114,48,128); }
td.TdClassName
{
border-color: #723080;
}
.TagClassName
{
border-color: #723080;
}
</style>