Shades of Eminence #72416D
Tints of Eminence #72416D
RGB
CMYK
RGB Variations
Color information
#72416D (or 0x72416D) is known color: Eminence. HEX triplet: 72, 41 and 6D. RGB value is (114,65,109). Sum of RGB (Red+Green+Blue) = 114+65+109=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72416D is #8DBE92. Grayscale: #545454. Windows color (decimal): -9289363 or 7160178. OLE color: 7160178.
HSL color Cylindrical-coordinate representation of color #72416D: hue angle of 306.12º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72416D is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 109 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.55 |
| HSL | 306.12º | 0.27% | 0.35% | - |
| HSV(B) | 306.12º | 0.43% | 0.45% | - |
| XYZ | 11.59 | 8.46 | 15.49 | - |
| YUV | 84.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 109 | 0 | 0.43 | 0.04 | 0.55 | 306.12 | 0.27 | 0.35 |
| Hex | 72 | 41 | 6D | 0 | 2B | 4 | 37 | 132 | 1B | 23 |
| Octal | 162 | 101 | 155 | 0 | 53 | 4 | 67 | 462 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1101101 | 0 | 101011 | 100 | 110111 | 100110010 | 11011 | 100011 |
Color Harmonies of #72416D
Complementary color
Monochromatic Colors of #72416D
Black with #72416D
Text Example
Text Example
White with #72416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72416D; }
p { color: rgb(114,65,109); }
H1.HeaderClassName
{
color: #72416D;
}
.AnyTagClassName
{
color: #72416D;
}
</style>
background-color css
<style>
a { background-color: #72416D; }
a { background-color: rgb(114,65,109); }
div.DivClassName
{
background-color: #72416D;
}
.BgClassName
{
background-color: #72416D;
}
</style>
border-color css
<style>
span { border-color: #72416D; }
span { border-color: rgb(114,65,109); }
td.TdClassName
{
border-color: #72416D;
}
.TagClassName
{
border-color: #72416D;
}
</style>