Shades of Eminence #723C75
Tints of Eminence #723C75
RGB
CMYK
RGB Variations
Color information
#723C75 (or 0x723C75) is known color: Eminence. HEX triplet: 72, 3C and 75. RGB value is (114,60,117). Sum of RGB (Red+Green+Blue) = 114+60+117=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #723C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723C75 is #8DC38A. Grayscale: #525252. Windows color (decimal): -9290635 or 7683186. OLE color: 7683186.
HSL color Cylindrical-coordinate representation of color #723C75: hue angle of 296.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #723C75 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 114 | 60 | 117 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.54 |
| HSL | 296.84º | 0.32% | 0.35% | - |
| HSV(B) | 296.84º | 0.49% | 0.46% | - |
| XYZ | 11.77 | 8.09 | 17.77 | - |
| YUV | 82.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 117 | 0.03 | 0.49 | 0 | 0.54 | 296.84 | 0.32 | 0.35 |
| Hex | 72 | 3C | 75 | 3 | 31 | 0 | 36 | 129 | 20 | 23 |
| Octal | 162 | 74 | 165 | 3 | 61 | 0 | 66 | 451 | 40 | 43 |
| Binary | 1110010 | 111100 | 1110101 | 11 | 110001 | 0 | 110110 | 100101001 | 100000 | 100011 |
Color Harmonies of #723C75
Complementary color
Monochromatic Colors of #723C75
Black with #723C75
Text Example
Text Example
White with #723C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C75; }
p { color: rgb(114,60,117); }
H1.HeaderClassName
{
color: #723C75;
}
.AnyTagClassName
{
color: #723C75;
}
</style>
background-color css
<style>
a { background-color: #723C75; }
a { background-color: rgb(114,60,117); }
div.DivClassName
{
background-color: #723C75;
}
.BgClassName
{
background-color: #723C75;
}
</style>
border-color css
<style>
span { border-color: #723C75; }
span { border-color: rgb(114,60,117); }
td.TdClassName
{
border-color: #723C75;
}
.TagClassName
{
border-color: #723C75;
}
</style>