Shades of Eminence #6D4972
Tints of Eminence #6D4972
RGB
CMYK
RGB Variations
Color information
#6D4972 (or 0x6D4972) is known color: Eminence. HEX triplet: 6D, 49 and 72. RGB value is (109,73,114). Sum of RGB (Red+Green+Blue) = 109+73+114=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D4972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4972 is #92B68D. Grayscale: #585858. Windows color (decimal): -9614990 or 7489901. OLE color: 7489901.
HSL color Cylindrical-coordinate representation of color #6D4972: hue angle of 292.68º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D4972 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 73 | 114 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.55 |
| HSL | 292.68º | 0.22% | 0.37% | - |
| HSV(B) | 292.68º | 0.36% | 0.45% | - |
| XYZ | 11.73 | 9.23 | 17.08 | - |
| YUV | 88.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 114 | 0.04 | 0.36 | 0 | 0.55 | 292.68 | 0.22 | 0.37 |
| Hex | 6D | 49 | 72 | 4 | 24 | 0 | 37 | 125 | 16 | 25 |
| Octal | 155 | 111 | 162 | 4 | 44 | 0 | 67 | 445 | 26 | 45 |
| Binary | 1101101 | 1001001 | 1110010 | 100 | 100100 | 0 | 110111 | 100100101 | 10110 | 100101 |
Color Harmonies of #6D4972
Complementary color
Monochromatic Colors of #6D4972
Black with #6D4972
Text Example
Text Example
White with #6D4972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4972; }
p { color: rgb(109,73,114); }
H1.HeaderClassName
{
color: #6D4972;
}
.AnyTagClassName
{
color: #6D4972;
}
</style>
background-color css
<style>
a { background-color: #6D4972; }
a { background-color: rgb(109,73,114); }
div.DivClassName
{
background-color: #6D4972;
}
.BgClassName
{
background-color: #6D4972;
}
</style>
border-color css
<style>
span { border-color: #6D4972; }
span { border-color: rgb(109,73,114); }
td.TdClassName
{
border-color: #6D4972;
}
.TagClassName
{
border-color: #6D4972;
}
</style>