Shades of Eminence #6D4A6D
Tints of Eminence #6D4A6D
RGB
CMYK
RGB Variations
Color information
#6D4A6D (or 0x6D4A6D) is known color: Eminence. HEX triplet: 6D, 4A and 6D. RGB value is (109,74,109). Sum of RGB (Red+Green+Blue) = 109+74+109=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D4A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A6D is #92B592. Grayscale: #585858. Windows color (decimal): -9614739 or 7162477. OLE color: 7162477.
HSL color Cylindrical-coordinate representation of color #6D4A6D: hue angle of 300º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A6D is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 109 | - |
| CMYK | 0 | 0.32 | 0 | 0.57 |
| HSL | 300º | 0.19% | 0.36% | - |
| HSV(B) | 300º | 0.32% | 0.43% | - |
| XYZ | 11.52 | 9.25 | 15.65 | - |
| YUV | 88.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 109 | 0 | 0.32 | 0 | 0.57 | 300 | 0.19 | 0.36 |
| Hex | 6D | 4A | 6D | 0 | 20 | 0 | 39 | 12C | 13 | 24 |
| Octal | 155 | 112 | 155 | 0 | 40 | 0 | 71 | 454 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1101101 | 0 | 100000 | 0 | 111001 | 100101100 | 10011 | 100100 |
Color Harmonies of #6D4A6D
Complementary color
Monochromatic Colors of #6D4A6D
Black with #6D4A6D
Text Example
Text Example
White with #6D4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A6D; }
p { color: rgb(109,74,109); }
H1.HeaderClassName
{
color: #6D4A6D;
}
.AnyTagClassName
{
color: #6D4A6D;
}
</style>
background-color css
<style>
a { background-color: #6D4A6D; }
a { background-color: rgb(109,74,109); }
div.DivClassName
{
background-color: #6D4A6D;
}
.BgClassName
{
background-color: #6D4A6D;
}
</style>
border-color css
<style>
span { border-color: #6D4A6D; }
span { border-color: rgb(109,74,109); }
td.TdClassName
{
border-color: #6D4A6D;
}
.TagClassName
{
border-color: #6D4A6D;
}
</style>