Shades of Eminence #6E307A
Tints of Eminence #6E307A
RGB
CMYK
RGB Variations
Color information
#6E307A (or 0x6E307A) is known color: Eminence. HEX triplet: 6E, 30 and 7A. RGB value is (110,48,122). Sum of RGB (Red+Green+Blue) = 110+48+122=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E307A is #91CF85. Grayscale: #4A4A4A. Windows color (decimal): -9555846 or 8007790. OLE color: 8007790.
HSL color Cylindrical-coordinate representation of color #6E307A: hue angle of 290.27º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E307A is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 48 | 122 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.52 |
| HSL | 290.27º | 0.44% | 0.33% | - |
| HSV(B) | 290.27º | 0.61% | 0.48% | - |
| XYZ | 11 | 6.83 | 19.15 | - |
| YUV | 74.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 122 | 0.10 | 0.61 | 0 | 0.52 | 290.27 | 0.44 | 0.33 |
| Hex | 6E | 30 | 7A | A | 3D | 0 | 34 | 122 | 2C | 21 |
| Octal | 156 | 60 | 172 | 12 | 75 | 0 | 64 | 442 | 54 | 41 |
| Binary | 1101110 | 110000 | 1111010 | 1010 | 111101 | 0 | 110100 | 100100010 | 101100 | 100001 |
Color Harmonies of #6E307A
Complementary color
Monochromatic Colors of #6E307A
Black with #6E307A
Text Example
Text Example
White with #6E307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E307A; }
p { color: rgb(110,48,122); }
H1.HeaderClassName
{
color: #6E307A;
}
.AnyTagClassName
{
color: #6E307A;
}
</style>
background-color css
<style>
a { background-color: #6E307A; }
a { background-color: rgb(110,48,122); }
div.DivClassName
{
background-color: #6E307A;
}
.BgClassName
{
background-color: #6E307A;
}
</style>
border-color css
<style>
span { border-color: #6E307A; }
span { border-color: rgb(110,48,122); }
td.TdClassName
{
border-color: #6E307A;
}
.TagClassName
{
border-color: #6E307A;
}
</style>