Shades of Eminence #6D4A72
Tints of Eminence #6D4A72
RGB
CMYK
RGB Variations
Color information
#6D4A72 (or 0x6D4A72) is known color: Eminence. HEX triplet: 6D, 4A and 72. RGB value is (109,74,114). Sum of RGB (Red+Green+Blue) = 109+74+114=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D4A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A72 is #92B58D. Grayscale: #585858. Windows color (decimal): -9614734 or 7490157. OLE color: 7490157.
HSL color Cylindrical-coordinate representation of color #6D4A72: hue angle of 292.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4A72 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 74 | 114 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.55 |
| HSL | 292.5º | 0.21% | 0.37% | - |
| HSV(B) | 292.5º | 0.35% | 0.45% | - |
| XYZ | 11.79 | 9.36 | 17.11 | - |
| YUV | 89.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 114 | 0.04 | 0.35 | 0 | 0.55 | 292.5 | 0.21 | 0.37 |
| Hex | 6D | 4A | 72 | 4 | 23 | 0 | 37 | 124 | 15 | 25 |
| Octal | 155 | 112 | 162 | 4 | 43 | 0 | 67 | 444 | 25 | 45 |
| Binary | 1101101 | 1001010 | 1110010 | 100 | 100011 | 0 | 110111 | 100100100 | 10101 | 100101 |
Color Harmonies of #6D4A72
Complementary color
Monochromatic Colors of #6D4A72
Black with #6D4A72
Text Example
Text Example
White with #6D4A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A72; }
p { color: rgb(109,74,114); }
H1.HeaderClassName
{
color: #6D4A72;
}
.AnyTagClassName
{
color: #6D4A72;
}
</style>
background-color css
<style>
a { background-color: #6D4A72; }
a { background-color: rgb(109,74,114); }
div.DivClassName
{
background-color: #6D4A72;
}
.BgClassName
{
background-color: #6D4A72;
}
</style>
border-color css
<style>
span { border-color: #6D4A72; }
span { border-color: rgb(109,74,114); }
td.TdClassName
{
border-color: #6D4A72;
}
.TagClassName
{
border-color: #6D4A72;
}
</style>