Shades of Eminence #6E387E
Tints of Eminence #6E387E
RGB
CMYK
RGB Variations
Color information
#6E387E (or 0x6E387E) is known color: Eminence. HEX triplet: 6E, 38 and 7E. RGB value is (110,56,126). Sum of RGB (Red+Green+Blue) = 110+56+126=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E387E is #91C781. Grayscale: #4F4F4F. Windows color (decimal): -9553794 or 8271982. OLE color: 8271982.
HSL color Cylindrical-coordinate representation of color #6E387E: hue angle of 286.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E387E is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 56 | 126 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.51 |
| HSL | 286.29º | 0.38% | 0.36% | - |
| HSV(B) | 286.29º | 0.56% | 0.49% | - |
| XYZ | 11.61 | 7.65 | 20.6 | - |
| YUV | 80.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 126 | 0.13 | 0.56 | 0 | 0.51 | 286.29 | 0.38 | 0.36 |
| Hex | 6E | 38 | 7E | D | 38 | 0 | 33 | 11E | 26 | 24 |
| Octal | 156 | 70 | 176 | 15 | 70 | 0 | 63 | 436 | 46 | 44 |
| Binary | 1101110 | 111000 | 1111110 | 1101 | 111000 | 0 | 110011 | 100011110 | 100110 | 100100 |
Color Harmonies of #6E387E
Complementary color
Monochromatic Colors of #6E387E
Black with #6E387E
Text Example
Text Example
White with #6E387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E387E; }
p { color: rgb(110,56,126); }
H1.HeaderClassName
{
color: #6E387E;
}
.AnyTagClassName
{
color: #6E387E;
}
</style>
background-color css
<style>
a { background-color: #6E387E; }
a { background-color: rgb(110,56,126); }
div.DivClassName
{
background-color: #6E387E;
}
.BgClassName
{
background-color: #6E387E;
}
</style>
border-color css
<style>
span { border-color: #6E387E; }
span { border-color: rgb(110,56,126); }
td.TdClassName
{
border-color: #6E387E;
}
.TagClassName
{
border-color: #6E387E;
}
</style>