Shades of Eminence #6E3278
Tints of Eminence #6E3278
RGB
CMYK
RGB Variations
Color information
#6E3278 (or 0x6E3278) is known color: Eminence. HEX triplet: 6E, 32 and 78. RGB value is (110,50,120). Sum of RGB (Red+Green+Blue) = 110+50+120=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E3278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3278 is #91CD87. Grayscale: #4B4B4B. Windows color (decimal): -9555336 or 7877230. OLE color: 7877230.
HSL color Cylindrical-coordinate representation of color #6E3278: hue angle of 291.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E3278 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 50 | 120 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.53 |
| HSL | 291.43º | 0.41% | 0.33% | - |
| HSV(B) | 291.43º | 0.58% | 0.47% | - |
| XYZ | 10.96 | 6.95 | 18.53 | - |
| YUV | 75.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 120 | 0.08 | 0.58 | 0 | 0.53 | 291.43 | 0.41 | 0.33 |
| Hex | 6E | 32 | 78 | 8 | 3A | 0 | 35 | 123 | 29 | 21 |
| Octal | 156 | 62 | 170 | 10 | 72 | 0 | 65 | 443 | 51 | 41 |
| Binary | 1101110 | 110010 | 1111000 | 1000 | 111010 | 0 | 110101 | 100100011 | 101001 | 100001 |
Color Harmonies of #6E3278
Complementary color
Monochromatic Colors of #6E3278
Black with #6E3278
Text Example
Text Example
White with #6E3278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3278; }
p { color: rgb(110,50,120); }
H1.HeaderClassName
{
color: #6E3278;
}
.AnyTagClassName
{
color: #6E3278;
}
</style>
background-color css
<style>
a { background-color: #6E3278; }
a { background-color: rgb(110,50,120); }
div.DivClassName
{
background-color: #6E3278;
}
.BgClassName
{
background-color: #6E3278;
}
</style>
border-color css
<style>
span { border-color: #6E3278; }
span { border-color: rgb(110,50,120); }
td.TdClassName
{
border-color: #6E3278;
}
.TagClassName
{
border-color: #6E3278;
}
</style>