Shades of Eminence #6E287D
Tints of Eminence #6E287D
RGB
CMYK
RGB Variations
Color information
#6E287D (or 0x6E287D) is known color: Eminence. HEX triplet: 6E, 28 and 7D. RGB value is (110,40,125). Sum of RGB (Red+Green+Blue) = 110+40+125=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E287D is #91D782. Grayscale: #464646. Windows color (decimal): -9557891 or 8202350. OLE color: 8202350.
HSL color Cylindrical-coordinate representation of color #6E287D: hue angle of 289.41º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E287D is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 40 | 125 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.51 |
| HSL | 289.41º | 0.52% | 0.32% | - |
| HSV(B) | 289.41º | 0.68% | 0.49% | - |
| XYZ | 10.89 | 6.31 | 20.05 | - |
| YUV | 70.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 125 | 0.12 | 0.68 | 0 | 0.51 | 289.41 | 0.52 | 0.32 |
| Hex | 6E | 28 | 7D | C | 44 | 0 | 33 | 121 | 34 | 20 |
| Octal | 156 | 50 | 175 | 14 | 104 | 0 | 63 | 441 | 64 | 40 |
| Binary | 1101110 | 101000 | 1111101 | 1100 | 1000100 | 0 | 110011 | 100100001 | 110100 | 100000 |
Color Harmonies of #6E287D
Complementary color
Monochromatic Colors of #6E287D
Black with #6E287D
Text Example
Text Example
White with #6E287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E287D; }
p { color: rgb(110,40,125); }
H1.HeaderClassName
{
color: #6E287D;
}
.AnyTagClassName
{
color: #6E287D;
}
</style>
background-color css
<style>
a { background-color: #6E287D; }
a { background-color: rgb(110,40,125); }
div.DivClassName
{
background-color: #6E287D;
}
.BgClassName
{
background-color: #6E287D;
}
</style>
border-color css
<style>
span { border-color: #6E287D; }
span { border-color: rgb(110,40,125); }
td.TdClassName
{
border-color: #6E287D;
}
.TagClassName
{
border-color: #6E287D;
}
</style>