Shades of Eminence #6D4971
Tints of Eminence #6D4971
RGB
CMYK
RGB Variations
Color information
#6D4971 (or 0x6D4971) is known color: Eminence. HEX triplet: 6D, 49 and 71. RGB value is (109,73,113). Sum of RGB (Red+Green+Blue) = 109+73+113=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D4971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4971 is #92B68E. Grayscale: #585858. Windows color (decimal): -9614991 or 7424365. OLE color: 7424365.
HSL color Cylindrical-coordinate representation of color #6D4971: hue angle of 294º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4971 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 73 | 113 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.56 |
| HSL | 294º | 0.22% | 0.36% | - |
| HSV(B) | 294º | 0.35% | 0.44% | - |
| XYZ | 11.67 | 9.21 | 16.79 | - |
| YUV | 88.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 113 | 0.04 | 0.35 | 0 | 0.56 | 294 | 0.22 | 0.36 |
| Hex | 6D | 49 | 71 | 4 | 23 | 0 | 38 | 126 | 16 | 24 |
| Octal | 155 | 111 | 161 | 4 | 43 | 0 | 70 | 446 | 26 | 44 |
| Binary | 1101101 | 1001001 | 1110001 | 100 | 100011 | 0 | 111000 | 100100110 | 10110 | 100100 |
Color Harmonies of #6D4971
Complementary color
Monochromatic Colors of #6D4971
Black with #6D4971
Text Example
Text Example
White with #6D4971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4971; }
p { color: rgb(109,73,113); }
H1.HeaderClassName
{
color: #6D4971;
}
.AnyTagClassName
{
color: #6D4971;
}
</style>
background-color css
<style>
a { background-color: #6D4971; }
a { background-color: rgb(109,73,113); }
div.DivClassName
{
background-color: #6D4971;
}
.BgClassName
{
background-color: #6D4971;
}
</style>
border-color css
<style>
span { border-color: #6D4971; }
span { border-color: rgb(109,73,113); }
td.TdClassName
{
border-color: #6D4971;
}
.TagClassName
{
border-color: #6D4971;
}
</style>