Shades of Eminence #6E3B73
Tints of Eminence #6E3B73
RGB
CMYK
RGB Variations
Color information
#6E3B73 (or 0x6E3B73) is known color: Eminence. HEX triplet: 6E, 3B and 73. RGB value is (110,59,115). Sum of RGB (Red+Green+Blue) = 110+59+115=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E3B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3B73 is #91C48C. Grayscale: #505050. Windows color (decimal): -9553037 or 7551854. OLE color: 7551854.
HSL color Cylindrical-coordinate representation of color #6E3B73: hue angle of 294.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3B73 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 59 | 115 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.55 |
| HSL | 294.64º | 0.32% | 0.34% | - |
| HSV(B) | 294.64º | 0.49% | 0.45% | - |
| XYZ | 11.09 | 7.68 | 17.12 | - |
| YUV | 80.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 115 | 0.04 | 0.49 | 0 | 0.55 | 294.64 | 0.32 | 0.34 |
| Hex | 6E | 3B | 73 | 4 | 31 | 0 | 37 | 127 | 20 | 22 |
| Octal | 156 | 73 | 163 | 4 | 61 | 0 | 67 | 447 | 40 | 42 |
| Binary | 1101110 | 111011 | 1110011 | 100 | 110001 | 0 | 110111 | 100100111 | 100000 | 100010 |
Color Harmonies of #6E3B73
Complementary color
Monochromatic Colors of #6E3B73
Black with #6E3B73
Text Example
Text Example
White with #6E3B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3B73; }
p { color: rgb(110,59,115); }
H1.HeaderClassName
{
color: #6E3B73;
}
.AnyTagClassName
{
color: #6E3B73;
}
</style>
background-color css
<style>
a { background-color: #6E3B73; }
a { background-color: rgb(110,59,115); }
div.DivClassName
{
background-color: #6E3B73;
}
.BgClassName
{
background-color: #6E3B73;
}
</style>
border-color css
<style>
span { border-color: #6E3B73; }
span { border-color: rgb(110,59,115); }
td.TdClassName
{
border-color: #6E3B73;
}
.TagClassName
{
border-color: #6E3B73;
}
</style>