Shades of Eminence #72387E
Tints of Eminence #72387E
RGB
CMYK
RGB Variations
Color information
#72387E (or 0x72387E) is known color: Eminence. HEX triplet: 72, 38 and 7E. RGB value is (114,56,126). Sum of RGB (Red+Green+Blue) = 114+56+126=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #72387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72387E is #8DC781. Grayscale: #515151. Windows color (decimal): -9291650 or 8271986. OLE color: 8271986.
HSL color Cylindrical-coordinate representation of color #72387E: hue angle of 289.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72387E is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 56 | 126 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.51 |
| HSL | 289.71º | 0.38% | 0.36% | - |
| HSV(B) | 289.71º | 0.56% | 0.49% | - |
| XYZ | 12.12 | 7.91 | 20.63 | - |
| YUV | 81.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 126 | 0.10 | 0.56 | 0 | 0.51 | 289.71 | 0.38 | 0.36 |
| Hex | 72 | 38 | 7E | A | 38 | 0 | 33 | 122 | 26 | 24 |
| Octal | 162 | 70 | 176 | 12 | 70 | 0 | 63 | 442 | 46 | 44 |
| Binary | 1110010 | 111000 | 1111110 | 1010 | 111000 | 0 | 110011 | 100100010 | 100110 | 100100 |
Color Harmonies of #72387E
Complementary color
Monochromatic Colors of #72387E
Black with #72387E
Text Example
Text Example
White with #72387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72387E; }
p { color: rgb(114,56,126); }
H1.HeaderClassName
{
color: #72387E;
}
.AnyTagClassName
{
color: #72387E;
}
</style>
background-color css
<style>
a { background-color: #72387E; }
a { background-color: rgb(114,56,126); }
div.DivClassName
{
background-color: #72387E;
}
.BgClassName
{
background-color: #72387E;
}
</style>
border-color css
<style>
span { border-color: #72387E; }
span { border-color: rgb(114,56,126); }
td.TdClassName
{
border-color: #72387E;
}
.TagClassName
{
border-color: #72387E;
}
</style>