Shades of Eminence #72446D
Tints of Eminence #72446D
RGB
CMYK
RGB Variations
Color information
#72446D (or 0x72446D) is known color: Eminence. HEX triplet: 72, 44 and 6D. RGB value is (114,68,109). Sum of RGB (Red+Green+Blue) = 114+68+109=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72446D is #8DBB92. Grayscale: #565656. Windows color (decimal): -9288595 or 7160946. OLE color: 7160946.
HSL color Cylindrical-coordinate representation of color #72446D: hue angle of 306.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72446D is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 109 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.55 |
| HSL | 306.52º | 0.25% | 0.36% | - |
| HSV(B) | 306.52º | 0.4% | 0.45% | - |
| XYZ | 11.77 | 8.82 | 15.55 | - |
| YUV | 86.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 109 | 0 | 0.40 | 0.04 | 0.55 | 306.52 | 0.25 | 0.36 |
| Hex | 72 | 44 | 6D | 0 | 28 | 4 | 37 | 133 | 19 | 24 |
| Octal | 162 | 104 | 155 | 0 | 50 | 4 | 67 | 463 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1101101 | 0 | 101000 | 100 | 110111 | 100110011 | 11001 | 100100 |
Color Harmonies of #72446D
Complementary color
Monochromatic Colors of #72446D
Black with #72446D
Text Example
Text Example
White with #72446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72446D; }
p { color: rgb(114,68,109); }
H1.HeaderClassName
{
color: #72446D;
}
.AnyTagClassName
{
color: #72446D;
}
</style>
background-color css
<style>
a { background-color: #72446D; }
a { background-color: rgb(114,68,109); }
div.DivClassName
{
background-color: #72446D;
}
.BgClassName
{
background-color: #72446D;
}
</style>
border-color css
<style>
span { border-color: #72446D; }
span { border-color: rgb(114,68,109); }
td.TdClassName
{
border-color: #72446D;
}
.TagClassName
{
border-color: #72446D;
}
</style>