Shades of Eminence #72386F
Tints of Eminence #72386F
RGB
CMYK
RGB Variations
Color information
#72386F (or 0x72386F) is known color: Eminence. HEX triplet: 72, 38 and 6F. RGB value is (114,56,111). Sum of RGB (Red+Green+Blue) = 114+56+111=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #72386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72386F is #8DC790. Grayscale: #4F4F4F. Windows color (decimal): -9291665 or 7288946. OLE color: 7288946.
HSL color Cylindrical-coordinate representation of color #72386F: hue angle of 303.1º 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 #72386F is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 111 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.55 |
| HSL | 303.1º | 0.34% | 0.33% | - |
| HSV(B) | 303.1º | 0.51% | 0.45% | - |
| XYZ | 11.22 | 7.55 | 15.91 | - |
| YUV | 79.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 111 | 0 | 0.51 | 0.03 | 0.55 | 303.1 | 0.34 | 0.33 |
| Hex | 72 | 38 | 6F | 0 | 33 | 3 | 37 | 12F | 22 | 21 |
| Octal | 162 | 70 | 157 | 0 | 63 | 3 | 67 | 457 | 42 | 41 |
| Binary | 1110010 | 111000 | 1101111 | 0 | 110011 | 11 | 110111 | 100101111 | 100010 | 100001 |
Color Harmonies of #72386F
Complementary color
Monochromatic Colors of #72386F
Black with #72386F
Text Example
Text Example
White with #72386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72386F; }
p { color: rgb(114,56,111); }
H1.HeaderClassName
{
color: #72386F;
}
.AnyTagClassName
{
color: #72386F;
}
</style>
background-color css
<style>
a { background-color: #72386F; }
a { background-color: rgb(114,56,111); }
div.DivClassName
{
background-color: #72386F;
}
.BgClassName
{
background-color: #72386F;
}
</style>
border-color css
<style>
span { border-color: #72386F; }
span { border-color: rgb(114,56,111); }
td.TdClassName
{
border-color: #72386F;
}
.TagClassName
{
border-color: #72386F;
}
</style>