Shades of Eminence #723F7E
Tints of Eminence #723F7E
RGB
CMYK
RGB Variations
Color information
#723F7E (or 0x723F7E) is known color: Eminence. HEX triplet: 72, 3F and 7E. RGB value is (114,63,126). Sum of RGB (Red+Green+Blue) = 114+63+126=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #723F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723F7E is #8DC081. Grayscale: #555555. Windows color (decimal): -9289858 or 8273778. OLE color: 8273778.
HSL color Cylindrical-coordinate representation of color #723F7E: hue angle of 288.57º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #723F7E is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 63 | 126 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.51 |
| HSL | 288.57º | 0.33% | 0.37% | - |
| HSV(B) | 288.57º | 0.5% | 0.49% | - |
| XYZ | 12.48 | 8.64 | 20.75 | - |
| YUV | 85.43 | 150.9 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 126 | 0.10 | 0.50 | 0 | 0.51 | 288.57 | 0.33 | 0.37 |
| Hex | 72 | 3F | 7E | A | 32 | 0 | 33 | 121 | 21 | 25 |
| Octal | 162 | 77 | 176 | 12 | 62 | 0 | 63 | 441 | 41 | 45 |
| Binary | 1110010 | 111111 | 1111110 | 1010 | 110010 | 0 | 110011 | 100100001 | 100001 | 100101 |
Color Harmonies of #723F7E
Complementary color
Monochromatic Colors of #723F7E
Black with #723F7E
Text Example
Text Example
White with #723F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F7E; }
p { color: rgb(114,63,126); }
H1.HeaderClassName
{
color: #723F7E;
}
.AnyTagClassName
{
color: #723F7E;
}
</style>
background-color css
<style>
a { background-color: #723F7E; }
a { background-color: rgb(114,63,126); }
div.DivClassName
{
background-color: #723F7E;
}
.BgClassName
{
background-color: #723F7E;
}
</style>
border-color css
<style>
span { border-color: #723F7E; }
span { border-color: rgb(114,63,126); }
td.TdClassName
{
border-color: #723F7E;
}
.TagClassName
{
border-color: #723F7E;
}
</style>