Shades of Eminence #72386D
Tints of Eminence #72386D
RGB
CMYK
RGB Variations
Color information
#72386D (or 0x72386D) is known color: Eminence. HEX triplet: 72, 38 and 6D. RGB value is (114,56,109). Sum of RGB (Red+Green+Blue) = 114+56+109=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72386D is #8DC792. Grayscale: #4F4F4F. Windows color (decimal): -9291667 or 7157874. OLE color: 7157874.
HSL color Cylindrical-coordinate representation of color #72386D: hue angle of 305.17º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72386D is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 109 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.55 |
| HSL | 305.17º | 0.34% | 0.33% | - |
| HSV(B) | 305.17º | 0.51% | 0.45% | - |
| XYZ | 11.11 | 7.51 | 15.33 | - |
| YUV | 79.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 109 | 0 | 0.51 | 0.04 | 0.55 | 305.17 | 0.34 | 0.33 |
| Hex | 72 | 38 | 6D | 0 | 33 | 4 | 37 | 131 | 22 | 21 |
| Octal | 162 | 70 | 155 | 0 | 63 | 4 | 67 | 461 | 42 | 41 |
| Binary | 1110010 | 111000 | 1101101 | 0 | 110011 | 100 | 110111 | 100110001 | 100010 | 100001 |
Color Harmonies of #72386D
Complementary color
Monochromatic Colors of #72386D
Black with #72386D
Text Example
Text Example
White with #72386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72386D; }
p { color: rgb(114,56,109); }
H1.HeaderClassName
{
color: #72386D;
}
.AnyTagClassName
{
color: #72386D;
}
</style>
background-color css
<style>
a { background-color: #72386D; }
a { background-color: rgb(114,56,109); }
div.DivClassName
{
background-color: #72386D;
}
.BgClassName
{
background-color: #72386D;
}
</style>
border-color css
<style>
span { border-color: #72386D; }
span { border-color: rgb(114,56,109); }
td.TdClassName
{
border-color: #72386D;
}
.TagClassName
{
border-color: #72386D;
}
</style>