Shades of Eminence #6E3878
Tints of Eminence #6E3878
RGB
CMYK
RGB Variations
Color information
#6E3878 (or 0x6E3878) is known color: Eminence. HEX triplet: 6E, 38 and 78. RGB value is (110,56,120). Sum of RGB (Red+Green+Blue) = 110+56+120=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3878 is #91C787. Grayscale: #4F4F4F. Windows color (decimal): -9553800 or 7878766. OLE color: 7878766.
HSL color Cylindrical-coordinate representation of color #6E3878: hue angle of 290.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3878 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 56 | 120 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.53 |
| HSL | 290.63º | 0.36% | 0.35% | - |
| HSV(B) | 290.63º | 0.53% | 0.47% | - |
| XYZ | 11.23 | 7.5 | 18.62 | - |
| YUV | 79.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 120 | 0.08 | 0.53 | 0 | 0.53 | 290.63 | 0.36 | 0.35 |
| Hex | 6E | 38 | 78 | 8 | 35 | 0 | 35 | 123 | 24 | 23 |
| Octal | 156 | 70 | 170 | 10 | 65 | 0 | 65 | 443 | 44 | 43 |
| Binary | 1101110 | 111000 | 1111000 | 1000 | 110101 | 0 | 110101 | 100100011 | 100100 | 100011 |
Color Harmonies of #6E3878
Complementary color
Monochromatic Colors of #6E3878
Black with #6E3878
Text Example
Text Example
White with #6E3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3878; }
p { color: rgb(110,56,120); }
H1.HeaderClassName
{
color: #6E3878;
}
.AnyTagClassName
{
color: #6E3878;
}
</style>
background-color css
<style>
a { background-color: #6E3878; }
a { background-color: rgb(110,56,120); }
div.DivClassName
{
background-color: #6E3878;
}
.BgClassName
{
background-color: #6E3878;
}
</style>
border-color css
<style>
span { border-color: #6E3878; }
span { border-color: rgb(110,56,120); }
td.TdClassName
{
border-color: #6E3878;
}
.TagClassName
{
border-color: #6E3878;
}
</style>