Shades of Eminence #723074
Tints of Eminence #723074
RGB
CMYK
RGB Variations
Color information
#723074 (or 0x723074) is known color: Eminence. HEX triplet: 72, 30 and 74. RGB value is (114,48,116). Sum of RGB (Red+Green+Blue) = 114+48+116=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #723074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723074 is #8DCF8B. Grayscale: #4B4B4B. Windows color (decimal): -9293708 or 7614578. OLE color: 7614578.
HSL color Cylindrical-coordinate representation of color #723074: hue angle of 298.24º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #723074 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 116 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.55 |
| HSL | 298.24º | 0.41% | 0.32% | - |
| HSV(B) | 298.24º | 0.59% | 0.45% | - |
| XYZ | 11.15 | 6.95 | 17.28 | - |
| YUV | 75.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 116 | 0.02 | 0.59 | 0 | 0.55 | 298.24 | 0.41 | 0.32 |
| Hex | 72 | 30 | 74 | 2 | 3B | 0 | 37 | 12A | 29 | 20 |
| Octal | 162 | 60 | 164 | 2 | 73 | 0 | 67 | 452 | 51 | 40 |
| Binary | 1110010 | 110000 | 1110100 | 10 | 111011 | 0 | 110111 | 100101010 | 101001 | 100000 |
Color Harmonies of #723074
Complementary color
Monochromatic Colors of #723074
Black with #723074
Text Example
Text Example
White with #723074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723074; }
p { color: rgb(114,48,116); }
H1.HeaderClassName
{
color: #723074;
}
.AnyTagClassName
{
color: #723074;
}
</style>
background-color css
<style>
a { background-color: #723074; }
a { background-color: rgb(114,48,116); }
div.DivClassName
{
background-color: #723074;
}
.BgClassName
{
background-color: #723074;
}
</style>
border-color css
<style>
span { border-color: #723074; }
span { border-color: rgb(114,48,116); }
td.TdClassName
{
border-color: #723074;
}
.TagClassName
{
border-color: #723074;
}
</style>