Shades of Eminence #72417B
Tints of Eminence #72417B
RGB
CMYK
RGB Variations
Color information
#72417B (or 0x72417B) is known color: Eminence. HEX triplet: 72, 41 and 7B. RGB value is (114,65,123). Sum of RGB (Red+Green+Blue) = 114+65+123=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #72417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72417B is #8DBE84. Grayscale: #565656. Windows color (decimal): -9289349 or 8077682. OLE color: 8077682.
HSL color Cylindrical-coordinate representation of color #72417B: hue angle of 290.69º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72417B is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 65 | 123 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.52 |
| HSL | 290.69º | 0.31% | 0.37% | - |
| HSV(B) | 290.69º | 0.47% | 0.48% | - |
| XYZ | 12.4 | 8.79 | 19.78 | - |
| YUV | 86.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 123 | 0.07 | 0.47 | 0 | 0.52 | 290.69 | 0.31 | 0.37 |
| Hex | 72 | 41 | 7B | 7 | 2F | 0 | 34 | 123 | 1F | 25 |
| Octal | 162 | 101 | 173 | 7 | 57 | 0 | 64 | 443 | 37 | 45 |
| Binary | 1110010 | 1000001 | 1111011 | 111 | 101111 | 0 | 110100 | 100100011 | 11111 | 100101 |
Color Harmonies of #72417B
Complementary color
Monochromatic Colors of #72417B
Black with #72417B
Text Example
Text Example
White with #72417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72417B; }
p { color: rgb(114,65,123); }
H1.HeaderClassName
{
color: #72417B;
}
.AnyTagClassName
{
color: #72417B;
}
</style>
background-color css
<style>
a { background-color: #72417B; }
a { background-color: rgb(114,65,123); }
div.DivClassName
{
background-color: #72417B;
}
.BgClassName
{
background-color: #72417B;
}
</style>
border-color css
<style>
span { border-color: #72417B; }
span { border-color: rgb(114,65,123); }
td.TdClassName
{
border-color: #72417B;
}
.TagClassName
{
border-color: #72417B;
}
</style>