Shades of Eminence #6C4772
Tints of Eminence #6C4772
RGB
CMYK
RGB Variations
Color information
#6C4772 (or 0x6C4772) is known color: Eminence. HEX triplet: 6C, 47 and 72. RGB value is (108,71,114). Sum of RGB (Red+Green+Blue) = 108+71+114=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C4772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4772 is #93B88D. Grayscale: #565656. Windows color (decimal): -9681038 or 7489388. OLE color: 7489388.
HSL color Cylindrical-coordinate representation of color #6C4772: hue angle of 291.63º 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 #6C4772 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 71 | 114 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.55 |
| HSL | 291.63º | 0.23% | 0.36% | - |
| HSV(B) | 291.63º | 0.38% | 0.45% | - |
| XYZ | 11.47 | 8.91 | 17.03 | - |
| YUV | 86.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 114 | 0.05 | 0.38 | 0 | 0.55 | 291.63 | 0.23 | 0.36 |
| Hex | 6C | 47 | 72 | 5 | 26 | 0 | 37 | 124 | 17 | 24 |
| Octal | 154 | 107 | 162 | 5 | 46 | 0 | 67 | 444 | 27 | 44 |
| Binary | 1101100 | 1000111 | 1110010 | 101 | 100110 | 0 | 110111 | 100100100 | 10111 | 100100 |
Color Harmonies of #6C4772
Complementary color
Monochromatic Colors of #6C4772
Black with #6C4772
Text Example
Text Example
White with #6C4772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4772; }
p { color: rgb(108,71,114); }
H1.HeaderClassName
{
color: #6C4772;
}
.AnyTagClassName
{
color: #6C4772;
}
</style>
background-color css
<style>
a { background-color: #6C4772; }
a { background-color: rgb(108,71,114); }
div.DivClassName
{
background-color: #6C4772;
}
.BgClassName
{
background-color: #6C4772;
}
</style>
border-color css
<style>
span { border-color: #6C4772; }
span { border-color: rgb(108,71,114); }
td.TdClassName
{
border-color: #6C4772;
}
.TagClassName
{
border-color: #6C4772;
}
</style>