Shades of Eminence #72446F
Tints of Eminence #72446F
RGB
CMYK
RGB Variations
Color information
#72446F (or 0x72446F) is known color: Eminence. HEX triplet: 72, 44 and 6F. RGB value is (114,68,111). Sum of RGB (Red+Green+Blue) = 114+68+111=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72446F is #8DBB90. Grayscale: #565656. Windows color (decimal): -9288593 or 7292018. OLE color: 7292018.
HSL color Cylindrical-coordinate representation of color #72446F: hue angle of 303.91º 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 #72446F is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 111 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.55 |
| HSL | 303.91º | 0.25% | 0.36% | - |
| HSV(B) | 303.91º | 0.4% | 0.45% | - |
| XYZ | 11.88 | 8.86 | 16.12 | - |
| YUV | 86.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 111 | 0 | 0.40 | 0.03 | 0.55 | 303.91 | 0.25 | 0.36 |
| Hex | 72 | 44 | 6F | 0 | 28 | 3 | 37 | 130 | 19 | 24 |
| Octal | 162 | 104 | 157 | 0 | 50 | 3 | 67 | 460 | 31 | 44 |
| Binary | 1110010 | 1000100 | 1101111 | 0 | 101000 | 11 | 110111 | 100110000 | 11001 | 100100 |
Color Harmonies of #72446F
Complementary color
Monochromatic Colors of #72446F
Black with #72446F
Text Example
Text Example
White with #72446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72446F; }
p { color: rgb(114,68,111); }
H1.HeaderClassName
{
color: #72446F;
}
.AnyTagClassName
{
color: #72446F;
}
</style>
background-color css
<style>
a { background-color: #72446F; }
a { background-color: rgb(114,68,111); }
div.DivClassName
{
background-color: #72446F;
}
.BgClassName
{
background-color: #72446F;
}
</style>
border-color css
<style>
span { border-color: #72446F; }
span { border-color: rgb(114,68,111); }
td.TdClassName
{
border-color: #72446F;
}
.TagClassName
{
border-color: #72446F;
}
</style>