Shades of Eminence #72287B
Tints of Eminence #72287B
RGB
CMYK
RGB Variations
Color information
#72287B (or 0x72287B) is known color: Eminence. HEX triplet: 72, 28 and 7B. RGB value is (114,40,123). Sum of RGB (Red+Green+Blue) = 114+40+123=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #72287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72287B is #8DD784. Grayscale: #474747. Windows color (decimal): -9295749 or 8071282. OLE color: 8071282.
HSL color Cylindrical-coordinate representation of color #72287B: hue angle of 293.49º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72287B is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 40 | 123 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.52 |
| HSL | 293.49º | 0.51% | 0.32% | - |
| HSV(B) | 293.49º | 0.67% | 0.48% | - |
| XYZ | 11.27 | 6.53 | 19.4 | - |
| YUV | 71.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 123 | 0.07 | 0.67 | 0 | 0.52 | 293.49 | 0.51 | 0.32 |
| Hex | 72 | 28 | 7B | 7 | 43 | 0 | 34 | 125 | 33 | 20 |
| Octal | 162 | 50 | 173 | 7 | 103 | 0 | 64 | 445 | 63 | 40 |
| Binary | 1110010 | 101000 | 1111011 | 111 | 1000011 | 0 | 110100 | 100100101 | 110011 | 100000 |
Color Harmonies of #72287B
Complementary color
Monochromatic Colors of #72287B
Black with #72287B
Text Example
Text Example
White with #72287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72287B; }
p { color: rgb(114,40,123); }
H1.HeaderClassName
{
color: #72287B;
}
.AnyTagClassName
{
color: #72287B;
}
</style>
background-color css
<style>
a { background-color: #72287B; }
a { background-color: rgb(114,40,123); }
div.DivClassName
{
background-color: #72287B;
}
.BgClassName
{
background-color: #72287B;
}
</style>
border-color css
<style>
span { border-color: #72287B; }
span { border-color: rgb(114,40,123); }
td.TdClassName
{
border-color: #72287B;
}
.TagClassName
{
border-color: #72287B;
}
</style>