Shades of Eminence #72426D
Tints of Eminence #72426D
RGB
CMYK
RGB Variations
Color information
#72426D (or 0x72426D) is known color: Eminence. HEX triplet: 72, 42 and 6D. RGB value is (114,66,109). Sum of RGB (Red+Green+Blue) = 114+66+109=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72426D is #8DBD92. Grayscale: #555555. Windows color (decimal): -9289107 or 7160434. OLE color: 7160434.
HSL color Cylindrical-coordinate representation of color #72426D: hue angle of 306.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72426D is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 109 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.55 |
| HSL | 306.25º | 0.27% | 0.35% | - |
| HSV(B) | 306.25º | 0.42% | 0.45% | - |
| XYZ | 11.65 | 8.58 | 15.51 | - |
| YUV | 85.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 109 | 0 | 0.42 | 0.04 | 0.55 | 306.25 | 0.27 | 0.35 |
| Hex | 72 | 42 | 6D | 0 | 2A | 4 | 37 | 132 | 1B | 23 |
| Octal | 162 | 102 | 155 | 0 | 52 | 4 | 67 | 462 | 33 | 43 |
| Binary | 1110010 | 1000010 | 1101101 | 0 | 101010 | 100 | 110111 | 100110010 | 11011 | 100011 |
Color Harmonies of #72426D
Complementary color
Monochromatic Colors of #72426D
Black with #72426D
Text Example
Text Example
White with #72426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72426D; }
p { color: rgb(114,66,109); }
H1.HeaderClassName
{
color: #72426D;
}
.AnyTagClassName
{
color: #72426D;
}
</style>
background-color css
<style>
a { background-color: #72426D; }
a { background-color: rgb(114,66,109); }
div.DivClassName
{
background-color: #72426D;
}
.BgClassName
{
background-color: #72426D;
}
</style>
border-color css
<style>
span { border-color: #72426D; }
span { border-color: rgb(114,66,109); }
td.TdClassName
{
border-color: #72426D;
}
.TagClassName
{
border-color: #72426D;
}
</style>