Shades of Eminence #6E3870
Tints of Eminence #6E3870
RGB
CMYK
RGB Variations
Color information
#6E3870 (or 0x6E3870) is known color: Eminence. HEX triplet: 6E, 38 and 70. RGB value is (110,56,112). Sum of RGB (Red+Green+Blue) = 110+56+112=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E3870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3870 is #91C78F. Grayscale: #4E4E4E. Windows color (decimal): -9553808 or 7354478. OLE color: 7354478.
HSL color Cylindrical-coordinate representation of color #6E3870: hue angle of 297.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E3870 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 56 | 112 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.56 |
| HSL | 297.86º | 0.33% | 0.33% | - |
| HSV(B) | 297.86º | 0.5% | 0.44% | - |
| XYZ | 10.77 | 7.31 | 16.17 | - |
| YUV | 78.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 112 | 0.02 | 0.50 | 0 | 0.56 | 297.86 | 0.33 | 0.33 |
| Hex | 6E | 38 | 70 | 2 | 32 | 0 | 38 | 12A | 21 | 21 |
| Octal | 156 | 70 | 160 | 2 | 62 | 0 | 70 | 452 | 41 | 41 |
| Binary | 1101110 | 111000 | 1110000 | 10 | 110010 | 0 | 111000 | 100101010 | 100001 | 100001 |
Color Harmonies of #6E3870
Complementary color
Monochromatic Colors of #6E3870
Black with #6E3870
Text Example
Text Example
White with #6E3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3870; }
p { color: rgb(110,56,112); }
H1.HeaderClassName
{
color: #6E3870;
}
.AnyTagClassName
{
color: #6E3870;
}
</style>
background-color css
<style>
a { background-color: #6E3870; }
a { background-color: rgb(110,56,112); }
div.DivClassName
{
background-color: #6E3870;
}
.BgClassName
{
background-color: #6E3870;
}
</style>
border-color css
<style>
span { border-color: #6E3870; }
span { border-color: rgb(110,56,112); }
td.TdClassName
{
border-color: #6E3870;
}
.TagClassName
{
border-color: #6E3870;
}
</style>