Shades of Eminence #6E4471
Tints of Eminence #6E4471
RGB
CMYK
RGB Variations
Color information
#6E4471 (or 0x6E4471) is known color: Eminence. HEX triplet: 6E, 44 and 71. RGB value is (110,68,113). Sum of RGB (Red+Green+Blue) = 110+68+113=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4471 is #91BB8E. Grayscale: #555555. Windows color (decimal): -9550735 or 7423086. OLE color: 7423086.
HSL color Cylindrical-coordinate representation of color #6E4471: hue angle of 296º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4471 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 68 | 113 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.56 |
| HSL | 296º | 0.25% | 0.35% | - |
| HSV(B) | 296º | 0.4% | 0.44% | - |
| XYZ | 11.48 | 8.64 | 16.69 | - |
| YUV | 85.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 113 | 0.03 | 0.40 | 0 | 0.56 | 296 | 0.25 | 0.35 |
| Hex | 6E | 44 | 71 | 3 | 28 | 0 | 38 | 128 | 19 | 23 |
| Octal | 156 | 104 | 161 | 3 | 50 | 0 | 70 | 450 | 31 | 43 |
| Binary | 1101110 | 1000100 | 1110001 | 11 | 101000 | 0 | 111000 | 100101000 | 11001 | 100011 |
Color Harmonies of #6E4471
Complementary color
Monochromatic Colors of #6E4471
Black with #6E4471
Text Example
Text Example
White with #6E4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4471; }
p { color: rgb(110,68,113); }
H1.HeaderClassName
{
color: #6E4471;
}
.AnyTagClassName
{
color: #6E4471;
}
</style>
background-color css
<style>
a { background-color: #6E4471; }
a { background-color: rgb(110,68,113); }
div.DivClassName
{
background-color: #6E4471;
}
.BgClassName
{
background-color: #6E4471;
}
</style>
border-color css
<style>
span { border-color: #6E4471; }
span { border-color: rgb(110,68,113); }
td.TdClassName
{
border-color: #6E4471;
}
.TagClassName
{
border-color: #6E4471;
}
</style>