Shades of Eminence #723181
Tints of Eminence #723181
RGB
CMYK
RGB Variations
Color information
#723181 (or 0x723181) is known color: Eminence. HEX triplet: 72, 31 and 81. RGB value is (114,49,129). Sum of RGB (Red+Green+Blue) = 114+49+129=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #723181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723181 is #8DCE7E. Grayscale: #4D4D4D. Windows color (decimal): -9293439 or 8466802. OLE color: 8466802.
HSL color Cylindrical-coordinate representation of color #723181: hue angle of 288.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #723181 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 49 | 129 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.49 |
| HSL | 288.75º | 0.45% | 0.35% | - |
| HSV(B) | 288.75º | 0.62% | 0.51% | - |
| XYZ | 12 | 7.36 | 21.56 | - |
| YUV | 77.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 129 | 0.12 | 0.62 | 0 | 0.49 | 288.75 | 0.45 | 0.35 |
| Hex | 72 | 31 | 81 | C | 3E | 0 | 31 | 121 | 2D | 23 |
| Octal | 162 | 61 | 201 | 14 | 76 | 0 | 61 | 441 | 55 | 43 |
| Binary | 1110010 | 110001 | 10000001 | 1100 | 111110 | 0 | 110001 | 100100001 | 101101 | 100011 |
Color Harmonies of #723181
Complementary color
Monochromatic Colors of #723181
Black with #723181
Text Example
Text Example
White with #723181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723181; }
p { color: rgb(114,49,129); }
H1.HeaderClassName
{
color: #723181;
}
.AnyTagClassName
{
color: #723181;
}
</style>
background-color css
<style>
a { background-color: #723181; }
a { background-color: rgb(114,49,129); }
div.DivClassName
{
background-color: #723181;
}
.BgClassName
{
background-color: #723181;
}
</style>
border-color css
<style>
span { border-color: #723181; }
span { border-color: rgb(114,49,129); }
td.TdClassName
{
border-color: #723181;
}
.TagClassName
{
border-color: #723181;
}
</style>