Shades of Eminence #723F74
Tints of Eminence #723F74
RGB
CMYK
RGB Variations
Color information
#723F74 (or 0x723F74) is known color: Eminence. HEX triplet: 72, 3F and 74. RGB value is (114,63,116). Sum of RGB (Red+Green+Blue) = 114+63+116=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #723F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723F74 is #8DC08B. Grayscale: #545454. Windows color (decimal): -9289868 or 7618418. OLE color: 7618418.
HSL color Cylindrical-coordinate representation of color #723F74: hue angle of 297.74º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723F74 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 116 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.55 |
| HSL | 297.74º | 0.3% | 0.35% | - |
| HSV(B) | 297.74º | 0.46% | 0.45% | - |
| XYZ | 11.87 | 8.39 | 17.52 | - |
| YUV | 84.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 116 | 0.02 | 0.46 | 0 | 0.55 | 297.74 | 0.3 | 0.35 |
| Hex | 72 | 3F | 74 | 2 | 2E | 0 | 37 | 12A | 1E | 23 |
| Octal | 162 | 77 | 164 | 2 | 56 | 0 | 67 | 452 | 36 | 43 |
| Binary | 1110010 | 111111 | 1110100 | 10 | 101110 | 0 | 110111 | 100101010 | 11110 | 100011 |
Color Harmonies of #723F74
Complementary color
Monochromatic Colors of #723F74
Black with #723F74
Text Example
Text Example
White with #723F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F74; }
p { color: rgb(114,63,116); }
H1.HeaderClassName
{
color: #723F74;
}
.AnyTagClassName
{
color: #723F74;
}
</style>
background-color css
<style>
a { background-color: #723F74; }
a { background-color: rgb(114,63,116); }
div.DivClassName
{
background-color: #723F74;
}
.BgClassName
{
background-color: #723F74;
}
</style>
border-color css
<style>
span { border-color: #723F74; }
span { border-color: rgb(114,63,116); }
td.TdClassName
{
border-color: #723F74;
}
.TagClassName
{
border-color: #723F74;
}
</style>