Shades of Eminence #6E4878
Tints of Eminence #6E4878
RGB
CMYK
RGB Variations
Color information
#6E4878 (or 0x6E4878) is known color: Eminence. HEX triplet: 6E, 48 and 78. RGB value is (110,72,120). Sum of RGB (Red+Green+Blue) = 110+72+120=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4878 is #91B787. Grayscale: #585858. Windows color (decimal): -9549704 or 7882862. OLE color: 7882862.
HSL color Cylindrical-coordinate representation of color #6E4878: hue angle of 287.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4878 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 72 | 120 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.53 |
| HSL | 287.5º | 0.25% | 0.38% | - |
| HSV(B) | 287.5º | 0.4% | 0.47% | - |
| XYZ | 12.14 | 9.31 | 18.93 | - |
| YUV | 88.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 120 | 0.08 | 0.40 | 0 | 0.53 | 287.5 | 0.25 | 0.38 |
| Hex | 6E | 48 | 78 | 8 | 28 | 0 | 35 | 120 | 19 | 26 |
| Octal | 156 | 110 | 170 | 10 | 50 | 0 | 65 | 440 | 31 | 46 |
| Binary | 1101110 | 1001000 | 1111000 | 1000 | 101000 | 0 | 110101 | 100100000 | 11001 | 100110 |
Color Harmonies of #6E4878
Complementary color
Monochromatic Colors of #6E4878
Black with #6E4878
Text Example
Text Example
White with #6E4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4878; }
p { color: rgb(110,72,120); }
H1.HeaderClassName
{
color: #6E4878;
}
.AnyTagClassName
{
color: #6E4878;
}
</style>
background-color css
<style>
a { background-color: #6E4878; }
a { background-color: rgb(110,72,120); }
div.DivClassName
{
background-color: #6E4878;
}
.BgClassName
{
background-color: #6E4878;
}
</style>
border-color css
<style>
span { border-color: #6E4878; }
span { border-color: rgb(110,72,120); }
td.TdClassName
{
border-color: #6E4878;
}
.TagClassName
{
border-color: #6E4878;
}
</style>