Shades of Eminence #6E307E
Tints of Eminence #6E307E
RGB
CMYK
RGB Variations
Color information
#6E307E (or 0x6E307E) is known color: Eminence. HEX triplet: 6E, 30 and 7E. RGB value is (110,48,126). Sum of RGB (Red+Green+Blue) = 110+48+126=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E307E is #91CF81. Grayscale: #4B4B4B. Windows color (decimal): -9555842 or 8269934. OLE color: 8269934.
HSL color Cylindrical-coordinate representation of color #6E307E: hue angle of 287.69º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E307E is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 48 | 126 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.51 |
| HSL | 287.69º | 0.45% | 0.34% | - |
| HSV(B) | 287.69º | 0.62% | 0.49% | - |
| XYZ | 11.25 | 6.94 | 20.48 | - |
| YUV | 75.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 126 | 0.13 | 0.62 | 0 | 0.51 | 287.69 | 0.45 | 0.34 |
| Hex | 6E | 30 | 7E | D | 3E | 0 | 33 | 120 | 2D | 22 |
| Octal | 156 | 60 | 176 | 15 | 76 | 0 | 63 | 440 | 55 | 42 |
| Binary | 1101110 | 110000 | 1111110 | 1101 | 111110 | 0 | 110011 | 100100000 | 101101 | 100010 |
Color Harmonies of #6E307E
Complementary color
Monochromatic Colors of #6E307E
Black with #6E307E
Text Example
Text Example
White with #6E307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E307E; }
p { color: rgb(110,48,126); }
H1.HeaderClassName
{
color: #6E307E;
}
.AnyTagClassName
{
color: #6E307E;
}
</style>
background-color css
<style>
a { background-color: #6E307E; }
a { background-color: rgb(110,48,126); }
div.DivClassName
{
background-color: #6E307E;
}
.BgClassName
{
background-color: #6E307E;
}
</style>
border-color css
<style>
span { border-color: #6E307E; }
span { border-color: rgb(110,48,126); }
td.TdClassName
{
border-color: #6E307E;
}
.TagClassName
{
border-color: #6E307E;
}
</style>