Shades of Eminence #6E297D
Tints of Eminence #6E297D
RGB
CMYK
RGB Variations
Color information
#6E297D (or 0x6E297D) is known color: Eminence. HEX triplet: 6E, 29 and 7D. RGB value is (110,41,125). Sum of RGB (Red+Green+Blue) = 110+41+125=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E297D is #91D682. Grayscale: #464646. Windows color (decimal): -9557635 or 8202606. OLE color: 8202606.
HSL color Cylindrical-coordinate representation of color #6E297D: hue angle of 289.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E297D is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 41 | 125 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.51 |
| HSL | 289.29º | 0.51% | 0.33% | - |
| HSV(B) | 289.29º | 0.67% | 0.49% | - |
| XYZ | 10.93 | 6.38 | 20.06 | - |
| YUV | 71.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 125 | 0.12 | 0.67 | 0 | 0.51 | 289.29 | 0.51 | 0.33 |
| Hex | 6E | 29 | 7D | C | 43 | 0 | 33 | 121 | 33 | 21 |
| Octal | 156 | 51 | 175 | 14 | 103 | 0 | 63 | 441 | 63 | 41 |
| Binary | 1101110 | 101001 | 1111101 | 1100 | 1000011 | 0 | 110011 | 100100001 | 110011 | 100001 |
Color Harmonies of #6E297D
Complementary color
Monochromatic Colors of #6E297D
Black with #6E297D
Text Example
Text Example
White with #6E297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E297D; }
p { color: rgb(110,41,125); }
H1.HeaderClassName
{
color: #6E297D;
}
.AnyTagClassName
{
color: #6E297D;
}
</style>
background-color css
<style>
a { background-color: #6E297D; }
a { background-color: rgb(110,41,125); }
div.DivClassName
{
background-color: #6E297D;
}
.BgClassName
{
background-color: #6E297D;
}
</style>
border-color css
<style>
span { border-color: #6E297D; }
span { border-color: rgb(110,41,125); }
td.TdClassName
{
border-color: #6E297D;
}
.TagClassName
{
border-color: #6E297D;
}
</style>