Shades of Eminence #72377B
Tints of Eminence #72377B
RGB
CMYK
RGB Variations
Color information
#72377B (or 0x72377B) is known color: Eminence. HEX triplet: 72, 37 and 7B. RGB value is (114,55,123). Sum of RGB (Red+Green+Blue) = 114+55+123=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #72377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72377B is #8DC884. Grayscale: #505050. Windows color (decimal): -9291909 or 8075122. OLE color: 8075122.
HSL color Cylindrical-coordinate representation of color #72377B: hue angle of 292.06º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72377B is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 55 | 123 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.52 |
| HSL | 292.06º | 0.38% | 0.35% | - |
| HSV(B) | 292.06º | 0.55% | 0.48% | - |
| XYZ | 11.88 | 7.74 | 19.61 | - |
| YUV | 80.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 123 | 0.07 | 0.55 | 0 | 0.52 | 292.06 | 0.38 | 0.35 |
| Hex | 72 | 37 | 7B | 7 | 37 | 0 | 34 | 124 | 26 | 23 |
| Octal | 162 | 67 | 173 | 7 | 67 | 0 | 64 | 444 | 46 | 43 |
| Binary | 1110010 | 110111 | 1111011 | 111 | 110111 | 0 | 110100 | 100100100 | 100110 | 100011 |
Color Harmonies of #72377B
Complementary color
Monochromatic Colors of #72377B
Black with #72377B
Text Example
Text Example
White with #72377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72377B; }
p { color: rgb(114,55,123); }
H1.HeaderClassName
{
color: #72377B;
}
.AnyTagClassName
{
color: #72377B;
}
</style>
background-color css
<style>
a { background-color: #72377B; }
a { background-color: rgb(114,55,123); }
div.DivClassName
{
background-color: #72377B;
}
.BgClassName
{
background-color: #72377B;
}
</style>
border-color css
<style>
span { border-color: #72377B; }
span { border-color: rgb(114,55,123); }
td.TdClassName
{
border-color: #72377B;
}
.TagClassName
{
border-color: #72377B;
}
</style>