Shades of Eminence #723F73
Tints of Eminence #723F73
RGB
CMYK
RGB Variations
Color information
#723F73 (or 0x723F73) is known color: Eminence. HEX triplet: 72, 3F and 73. RGB value is (114,63,115). Sum of RGB (Red+Green+Blue) = 114+63+115=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #723F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723F73 is #8DC08C. Grayscale: #545454. Windows color (decimal): -9289869 or 7552882. OLE color: 7552882.
HSL color Cylindrical-coordinate representation of color #723F73: hue angle of 298.85º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #723F73 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 115 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.55 |
| HSL | 298.85º | 0.29% | 0.35% | - |
| HSV(B) | 298.85º | 0.45% | 0.45% | - |
| XYZ | 11.81 | 8.37 | 17.21 | - |
| YUV | 84.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 115 | 0.01 | 0.45 | 0 | 0.55 | 298.85 | 0.29 | 0.35 |
| Hex | 72 | 3F | 73 | 1 | 2D | 0 | 37 | 12B | 1D | 23 |
| Octal | 162 | 77 | 163 | 1 | 55 | 0 | 67 | 453 | 35 | 43 |
| Binary | 1110010 | 111111 | 1110011 | 1 | 101101 | 0 | 110111 | 100101011 | 11101 | 100011 |
Color Harmonies of #723F73
Complementary color
Monochromatic Colors of #723F73
Black with #723F73
Text Example
Text Example
White with #723F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F73; }
p { color: rgb(114,63,115); }
H1.HeaderClassName
{
color: #723F73;
}
.AnyTagClassName
{
color: #723F73;
}
</style>
background-color css
<style>
a { background-color: #723F73; }
a { background-color: rgb(114,63,115); }
div.DivClassName
{
background-color: #723F73;
}
.BgClassName
{
background-color: #723F73;
}
</style>
border-color css
<style>
span { border-color: #723F73; }
span { border-color: rgb(114,63,115); }
td.TdClassName
{
border-color: #723F73;
}
.TagClassName
{
border-color: #723F73;
}
</style>