Shades of Eminence #6E367C
Tints of Eminence #6E367C
RGB
CMYK
RGB Variations
Color information
#6E367C (or 0x6E367C) is known color: Eminence. HEX triplet: 6E, 36 and 7C. RGB value is (110,54,124). Sum of RGB (Red+Green+Blue) = 110+54+124=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E367C is #91C983. Grayscale: #4E4E4E. Windows color (decimal): -9554308 or 8140398. OLE color: 8140398.
HSL color Cylindrical-coordinate representation of color #6E367C: hue angle of 288º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E367C is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 54 | 124 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.51 |
| HSL | 288º | 0.39% | 0.35% | - |
| HSV(B) | 288º | 0.56% | 0.49% | - |
| XYZ | 11.39 | 7.41 | 19.9 | - |
| YUV | 78.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 124 | 0.11 | 0.56 | 0 | 0.51 | 288 | 0.39 | 0.35 |
| Hex | 6E | 36 | 7C | B | 38 | 0 | 33 | 120 | 27 | 23 |
| Octal | 156 | 66 | 174 | 13 | 70 | 0 | 63 | 440 | 47 | 43 |
| Binary | 1101110 | 110110 | 1111100 | 1011 | 111000 | 0 | 110011 | 100100000 | 100111 | 100011 |
Color Harmonies of #6E367C
Complementary color
Monochromatic Colors of #6E367C
Black with #6E367C
Text Example
Text Example
White with #6E367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E367C; }
p { color: rgb(110,54,124); }
H1.HeaderClassName
{
color: #6E367C;
}
.AnyTagClassName
{
color: #6E367C;
}
</style>
background-color css
<style>
a { background-color: #6E367C; }
a { background-color: rgb(110,54,124); }
div.DivClassName
{
background-color: #6E367C;
}
.BgClassName
{
background-color: #6E367C;
}
</style>
border-color css
<style>
span { border-color: #6E367C; }
span { border-color: rgb(110,54,124); }
td.TdClassName
{
border-color: #6E367C;
}
.TagClassName
{
border-color: #6E367C;
}
</style>