Shades of Eminence #6E397A
Tints of Eminence #6E397A
RGB
CMYK
RGB Variations
Color information
#6E397A (or 0x6E397A) is known color: Eminence. HEX triplet: 6E, 39 and 7A. RGB value is (110,57,122). Sum of RGB (Red+Green+Blue) = 110+57+122=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E397A is #91C685. Grayscale: #505050. Windows color (decimal): -9553542 or 8010094. OLE color: 8010094.
HSL color Cylindrical-coordinate representation of color #6E397A: hue angle of 288.92º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E397A is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 57 | 122 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.52 |
| HSL | 288.92º | 0.36% | 0.35% | - |
| HSV(B) | 288.92º | 0.53% | 0.48% | - |
| XYZ | 11.41 | 7.65 | 19.29 | - |
| YUV | 80.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 57 | 122 | 0.10 | 0.53 | 0 | 0.52 | 288.92 | 0.36 | 0.35 |
| Hex | 6E | 39 | 7A | A | 35 | 0 | 34 | 121 | 24 | 23 |
| Octal | 156 | 71 | 172 | 12 | 65 | 0 | 64 | 441 | 44 | 43 |
| Binary | 1101110 | 111001 | 1111010 | 1010 | 110101 | 0 | 110100 | 100100001 | 100100 | 100011 |
Color Harmonies of #6E397A
Complementary color
Monochromatic Colors of #6E397A
Black with #6E397A
Text Example
Text Example
White with #6E397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E397A; }
p { color: rgb(110,57,122); }
H1.HeaderClassName
{
color: #6E397A;
}
.AnyTagClassName
{
color: #6E397A;
}
</style>
background-color css
<style>
a { background-color: #6E397A; }
a { background-color: rgb(110,57,122); }
div.DivClassName
{
background-color: #6E397A;
}
.BgClassName
{
background-color: #6E397A;
}
</style>
border-color css
<style>
span { border-color: #6E397A; }
span { border-color: rgb(110,57,122); }
td.TdClassName
{
border-color: #6E397A;
}
.TagClassName
{
border-color: #6E397A;
}
</style>