Shades of Eminence #6E3379
Tints of Eminence #6E3379
RGB
CMYK
RGB Variations
Color information
#6E3379 (or 0x6E3379) is known color: Eminence. HEX triplet: 6E, 33 and 79. RGB value is (110,51,121). Sum of RGB (Red+Green+Blue) = 110+51+121=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E3379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3379 is #91CC86. Grayscale: #4C4C4C. Windows color (decimal): -9555079 or 7943022. OLE color: 7943022.
HSL color Cylindrical-coordinate representation of color #6E3379: hue angle of 290.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E3379 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 51 | 121 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.53 |
| HSL | 290.57º | 0.41% | 0.34% | - |
| HSV(B) | 290.57º | 0.58% | 0.47% | - |
| XYZ | 11.07 | 7.06 | 18.87 | - |
| YUV | 76.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 121 | 0.09 | 0.58 | 0 | 0.53 | 290.57 | 0.41 | 0.34 |
| Hex | 6E | 33 | 79 | 9 | 3A | 0 | 35 | 123 | 29 | 22 |
| Octal | 156 | 63 | 171 | 11 | 72 | 0 | 65 | 443 | 51 | 42 |
| Binary | 1101110 | 110011 | 1111001 | 1001 | 111010 | 0 | 110101 | 100100011 | 101001 | 100010 |
Color Harmonies of #6E3379
Complementary color
Monochromatic Colors of #6E3379
Black with #6E3379
Text Example
Text Example
White with #6E3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3379; }
p { color: rgb(110,51,121); }
H1.HeaderClassName
{
color: #6E3379;
}
.AnyTagClassName
{
color: #6E3379;
}
</style>
background-color css
<style>
a { background-color: #6E3379; }
a { background-color: rgb(110,51,121); }
div.DivClassName
{
background-color: #6E3379;
}
.BgClassName
{
background-color: #6E3379;
}
</style>
border-color css
<style>
span { border-color: #6E3379; }
span { border-color: rgb(110,51,121); }
td.TdClassName
{
border-color: #6E3379;
}
.TagClassName
{
border-color: #6E3379;
}
</style>