Shades of Eminence #6D4772
Tints of Eminence #6D4772
RGB
CMYK
RGB Variations
Color information
#6D4772 (or 0x6D4772) is known color: Eminence. HEX triplet: 6D, 47 and 72. RGB value is (109,71,114). Sum of RGB (Red+Green+Blue) = 109+71+114=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D4772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4772 is #92B88D. Grayscale: #575757. Windows color (decimal): -9615502 or 7489389. OLE color: 7489389.
HSL color Cylindrical-coordinate representation of color #6D4772: hue angle of 293.02º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D4772 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 71 | 114 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.55 |
| HSL | 293.02º | 0.23% | 0.36% | - |
| HSV(B) | 293.02º | 0.38% | 0.45% | - |
| XYZ | 11.6 | 8.97 | 17.04 | - |
| YUV | 87.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 114 | 0.04 | 0.38 | 0 | 0.55 | 293.02 | 0.23 | 0.36 |
| Hex | 6D | 47 | 72 | 4 | 26 | 0 | 37 | 125 | 17 | 24 |
| Octal | 155 | 107 | 162 | 4 | 46 | 0 | 67 | 445 | 27 | 44 |
| Binary | 1101101 | 1000111 | 1110010 | 100 | 100110 | 0 | 110111 | 100100101 | 10111 | 100100 |
Color Harmonies of #6D4772
Complementary color
Monochromatic Colors of #6D4772
Black with #6D4772
Text Example
Text Example
White with #6D4772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4772; }
p { color: rgb(109,71,114); }
H1.HeaderClassName
{
color: #6D4772;
}
.AnyTagClassName
{
color: #6D4772;
}
</style>
background-color css
<style>
a { background-color: #6D4772; }
a { background-color: rgb(109,71,114); }
div.DivClassName
{
background-color: #6D4772;
}
.BgClassName
{
background-color: #6D4772;
}
</style>
border-color css
<style>
span { border-color: #6D4772; }
span { border-color: rgb(109,71,114); }
td.TdClassName
{
border-color: #6D4772;
}
.TagClassName
{
border-color: #6D4772;
}
</style>