Shades of Eminence #723B70
Tints of Eminence #723B70
RGB
CMYK
RGB Variations
Color information
#723B70 (or 0x723B70) is known color: Eminence. HEX triplet: 72, 3B and 70. RGB value is (114,59,112). Sum of RGB (Red+Green+Blue) = 114+59+112=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #723B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723B70 is #8DC48F. Grayscale: #515151. Windows color (decimal): -9290896 or 7355250. OLE color: 7355250.
HSL color Cylindrical-coordinate representation of color #723B70: hue angle of 302.18º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #723B70 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 112 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.55 |
| HSL | 302.18º | 0.32% | 0.34% | - |
| HSV(B) | 302.18º | 0.48% | 0.45% | - |
| XYZ | 11.43 | 7.88 | 16.25 | - |
| YUV | 81.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 112 | 0 | 0.48 | 0.02 | 0.55 | 302.18 | 0.32 | 0.34 |
| Hex | 72 | 3B | 70 | 0 | 30 | 2 | 37 | 12E | 20 | 22 |
| Octal | 162 | 73 | 160 | 0 | 60 | 2 | 67 | 456 | 40 | 42 |
| Binary | 1110010 | 111011 | 1110000 | 0 | 110000 | 10 | 110111 | 100101110 | 100000 | 100010 |
Color Harmonies of #723B70
Complementary color
Monochromatic Colors of #723B70
Black with #723B70
Text Example
Text Example
White with #723B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B70; }
p { color: rgb(114,59,112); }
H1.HeaderClassName
{
color: #723B70;
}
.AnyTagClassName
{
color: #723B70;
}
</style>
background-color css
<style>
a { background-color: #723B70; }
a { background-color: rgb(114,59,112); }
div.DivClassName
{
background-color: #723B70;
}
.BgClassName
{
background-color: #723B70;
}
</style>
border-color css
<style>
span { border-color: #723B70; }
span { border-color: rgb(114,59,112); }
td.TdClassName
{
border-color: #723B70;
}
.TagClassName
{
border-color: #723B70;
}
</style>