Shades of Eminence #6E4871
Tints of Eminence #6E4871
RGB
CMYK
RGB Variations
Color information
#6E4871 (or 0x6E4871) is known color: Eminence. HEX triplet: 6E, 48 and 71. RGB value is (110,72,113). Sum of RGB (Red+Green+Blue) = 110+72+113=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 72 (28.52% from 255 or 24.41% 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 #6E4871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4871 is #91B78E. Grayscale: #575757. Windows color (decimal): -9549711 or 7424110. OLE color: 7424110.
HSL color Cylindrical-coordinate representation of color #6E4871: hue angle of 295.61º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E4871 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 72 | 113 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.56 |
| HSL | 295.61º | 0.22% | 0.36% | - |
| HSV(B) | 295.61º | 0.36% | 0.44% | - |
| XYZ | 11.73 | 9.14 | 16.77 | - |
| YUV | 88.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 113 | 0.03 | 0.36 | 0 | 0.56 | 295.61 | 0.22 | 0.36 |
| Hex | 6E | 48 | 71 | 3 | 24 | 0 | 38 | 128 | 16 | 24 |
| Octal | 156 | 110 | 161 | 3 | 44 | 0 | 70 | 450 | 26 | 44 |
| Binary | 1101110 | 1001000 | 1110001 | 11 | 100100 | 0 | 111000 | 100101000 | 10110 | 100100 |
Color Harmonies of #6E4871
Complementary color
Monochromatic Colors of #6E4871
Black with #6E4871
Text Example
Text Example
White with #6E4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4871; }
p { color: rgb(110,72,113); }
H1.HeaderClassName
{
color: #6E4871;
}
.AnyTagClassName
{
color: #6E4871;
}
</style>
background-color css
<style>
a { background-color: #6E4871; }
a { background-color: rgb(110,72,113); }
div.DivClassName
{
background-color: #6E4871;
}
.BgClassName
{
background-color: #6E4871;
}
</style>
border-color css
<style>
span { border-color: #6E4871; }
span { border-color: rgb(110,72,113); }
td.TdClassName
{
border-color: #6E4871;
}
.TagClassName
{
border-color: #6E4871;
}
</style>