Shades of Eminence #6E267F
Tints of Eminence #6E267F
RGB
CMYK
RGB Variations
Color information
#6E267F (or 0x6E267F) is known color: Eminence. HEX triplet: 6E, 26 and 7F. RGB value is (110,38,127). Sum of RGB (Red+Green+Blue) = 110+38+127=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E267F is #91D980. Grayscale: #454545. Windows color (decimal): -9558401 or 8332910. OLE color: 8332910.
HSL color Cylindrical-coordinate representation of color #6E267F: hue angle of 288.54º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E267F is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 38 | 127 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.50 |
| HSL | 288.54º | 0.54% | 0.32% | - |
| HSV(B) | 288.54º | 0.7% | 0.5% | - |
| XYZ | 10.95 | 6.23 | 20.7 | - |
| YUV | 69.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 127 | 0.13 | 0.70 | 0 | 0.50 | 288.54 | 0.54 | 0.32 |
| Hex | 6E | 26 | 7F | D | 46 | 0 | 32 | 121 | 36 | 20 |
| Octal | 156 | 46 | 177 | 15 | 106 | 0 | 62 | 441 | 66 | 40 |
| Binary | 1101110 | 100110 | 1111111 | 1101 | 1000110 | 0 | 110010 | 100100001 | 110110 | 100000 |
Color Harmonies of #6E267F
Complementary color
Monochromatic Colors of #6E267F
Black with #6E267F
Text Example
Text Example
White with #6E267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E267F; }
p { color: rgb(110,38,127); }
H1.HeaderClassName
{
color: #6E267F;
}
.AnyTagClassName
{
color: #6E267F;
}
</style>
background-color css
<style>
a { background-color: #6E267F; }
a { background-color: rgb(110,38,127); }
div.DivClassName
{
background-color: #6E267F;
}
.BgClassName
{
background-color: #6E267F;
}
</style>
border-color css
<style>
span { border-color: #6E267F; }
span { border-color: rgb(110,38,127); }
td.TdClassName
{
border-color: #6E267F;
}
.TagClassName
{
border-color: #6E267F;
}
</style>