Shades of Eminence #723178
Tints of Eminence #723178
RGB
CMYK
RGB Variations
Color information
#723178 (or 0x723178) is known color: Eminence. HEX triplet: 72, 31 and 78. RGB value is (114,49,120). Sum of RGB (Red+Green+Blue) = 114+49+120=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #723178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723178 is #8DCE87. Grayscale: #4C4C4C. Windows color (decimal): -9293448 or 7876978. OLE color: 7876978.
HSL color Cylindrical-coordinate representation of color #723178: hue angle of 294.93º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #723178 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 49 | 120 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.53 |
| HSL | 294.93º | 0.42% | 0.33% | - |
| HSV(B) | 294.93º | 0.59% | 0.47% | - |
| XYZ | 11.43 | 7.13 | 18.54 | - |
| YUV | 76.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 120 | 0.05 | 0.59 | 0 | 0.53 | 294.93 | 0.42 | 0.33 |
| Hex | 72 | 31 | 78 | 5 | 3B | 0 | 35 | 127 | 2A | 21 |
| Octal | 162 | 61 | 170 | 5 | 73 | 0 | 65 | 447 | 52 | 41 |
| Binary | 1110010 | 110001 | 1111000 | 101 | 111011 | 0 | 110101 | 100100111 | 101010 | 100001 |
Color Harmonies of #723178
Complementary color
Monochromatic Colors of #723178
Black with #723178
Text Example
Text Example
White with #723178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723178; }
p { color: rgb(114,49,120); }
H1.HeaderClassName
{
color: #723178;
}
.AnyTagClassName
{
color: #723178;
}
</style>
background-color css
<style>
a { background-color: #723178; }
a { background-color: rgb(114,49,120); }
div.DivClassName
{
background-color: #723178;
}
.BgClassName
{
background-color: #723178;
}
</style>
border-color css
<style>
span { border-color: #723178; }
span { border-color: rgb(114,49,120); }
td.TdClassName
{
border-color: #723178;
}
.TagClassName
{
border-color: #723178;
}
</style>