Shades of Eminence #6E377D
Tints of Eminence #6E377D
RGB
CMYK
RGB Variations
Color information
#6E377D (or 0x6E377D) is known color: Eminence. HEX triplet: 6E, 37 and 7D. RGB value is (110,55,125). Sum of RGB (Red+Green+Blue) = 110+55+125=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E377D is #91C882. Grayscale: #4F4F4F. Windows color (decimal): -9554051 or 8206190. OLE color: 8206190.
HSL color Cylindrical-coordinate representation of color #6E377D: hue angle of 287.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E377D is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 55 | 125 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.51 |
| HSL | 287.14º | 0.39% | 0.35% | - |
| HSV(B) | 287.14º | 0.56% | 0.49% | - |
| XYZ | 11.5 | 7.53 | 20.25 | - |
| YUV | 79.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 125 | 0.12 | 0.56 | 0 | 0.51 | 287.14 | 0.39 | 0.35 |
| Hex | 6E | 37 | 7D | C | 38 | 0 | 33 | 11F | 27 | 23 |
| Octal | 156 | 67 | 175 | 14 | 70 | 0 | 63 | 437 | 47 | 43 |
| Binary | 1101110 | 110111 | 1111101 | 1100 | 111000 | 0 | 110011 | 100011111 | 100111 | 100011 |
Color Harmonies of #6E377D
Complementary color
Monochromatic Colors of #6E377D
Black with #6E377D
Text Example
Text Example
White with #6E377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E377D; }
p { color: rgb(110,55,125); }
H1.HeaderClassName
{
color: #6E377D;
}
.AnyTagClassName
{
color: #6E377D;
}
</style>
background-color css
<style>
a { background-color: #6E377D; }
a { background-color: rgb(110,55,125); }
div.DivClassName
{
background-color: #6E377D;
}
.BgClassName
{
background-color: #6E377D;
}
</style>
border-color css
<style>
span { border-color: #6E377D; }
span { border-color: rgb(110,55,125); }
td.TdClassName
{
border-color: #6E377D;
}
.TagClassName
{
border-color: #6E377D;
}
</style>