Shades of Eminence #6F2E7C
Tints of Eminence #6F2E7C
RGB
CMYK
RGB Variations
Color information
#6F2E7C (or 0x6F2E7C) is known color: Eminence. HEX triplet: 6F, 2E and 7C. RGB value is (111,46,124). Sum of RGB (Red+Green+Blue) = 111+46+124=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F2E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E7C is #90D183. Grayscale: #4A4A4A. Windows color (decimal): -9490820 or 8138351. OLE color: 8138351.
HSL color Cylindrical-coordinate representation of color #6F2E7C: hue angle of 290º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F2E7C is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 46 | 124 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.51 |
| HSL | 290º | 0.46% | 0.33% | - |
| HSV(B) | 290º | 0.63% | 0.49% | - |
| XYZ | 11.17 | 6.79 | 19.79 | - |
| YUV | 74.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 124 | 0.10 | 0.63 | 0 | 0.51 | 290 | 0.46 | 0.33 |
| Hex | 6F | 2E | 7C | A | 3F | 0 | 33 | 122 | 2E | 21 |
| Octal | 157 | 56 | 174 | 12 | 77 | 0 | 63 | 442 | 56 | 41 |
| Binary | 1101111 | 101110 | 1111100 | 1010 | 111111 | 0 | 110011 | 100100010 | 101110 | 100001 |
Color Harmonies of #6F2E7C
Complementary color
Monochromatic Colors of #6F2E7C
Black with #6F2E7C
Text Example
Text Example
White with #6F2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E7C; }
p { color: rgb(111,46,124); }
H1.HeaderClassName
{
color: #6F2E7C;
}
.AnyTagClassName
{
color: #6F2E7C;
}
</style>
background-color css
<style>
a { background-color: #6F2E7C; }
a { background-color: rgb(111,46,124); }
div.DivClassName
{
background-color: #6F2E7C;
}
.BgClassName
{
background-color: #6F2E7C;
}
</style>
border-color css
<style>
span { border-color: #6F2E7C; }
span { border-color: rgb(111,46,124); }
td.TdClassName
{
border-color: #6F2E7C;
}
.TagClassName
{
border-color: #6F2E7C;
}
</style>