Shades of Eminence #6F3076
Tints of Eminence #6F3076
RGB
CMYK
RGB Variations
Color information
#6F3076 (or 0x6F3076) is known color: Eminence. HEX triplet: 6F, 30 and 76. RGB value is (111,48,118). Sum of RGB (Red+Green+Blue) = 111+48+118=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F3076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3076 is #90CF89. Grayscale: #4A4A4A. Windows color (decimal): -9490314 or 7745647. OLE color: 7745647.
HSL color Cylindrical-coordinate representation of color #6F3076: hue angle of 294º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F3076 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 48 | 118 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.54 |
| HSL | 294º | 0.42% | 0.33% | - |
| HSV(B) | 294º | 0.59% | 0.46% | - |
| XYZ | 10.88 | 6.8 | 17.88 | - |
| YUV | 74.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 118 | 0.06 | 0.59 | 0 | 0.54 | 294 | 0.42 | 0.33 |
| Hex | 6F | 30 | 76 | 6 | 3B | 0 | 36 | 126 | 2A | 21 |
| Octal | 157 | 60 | 166 | 6 | 73 | 0 | 66 | 446 | 52 | 41 |
| Binary | 1101111 | 110000 | 1110110 | 110 | 111011 | 0 | 110110 | 100100110 | 101010 | 100001 |
Color Harmonies of #6F3076
Complementary color
Monochromatic Colors of #6F3076
Black with #6F3076
Text Example
Text Example
White with #6F3076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3076; }
p { color: rgb(111,48,118); }
H1.HeaderClassName
{
color: #6F3076;
}
.AnyTagClassName
{
color: #6F3076;
}
</style>
background-color css
<style>
a { background-color: #6F3076; }
a { background-color: rgb(111,48,118); }
div.DivClassName
{
background-color: #6F3076;
}
.BgClassName
{
background-color: #6F3076;
}
</style>
border-color css
<style>
span { border-color: #6F3076; }
span { border-color: rgb(111,48,118); }
td.TdClassName
{
border-color: #6F3076;
}
.TagClassName
{
border-color: #6F3076;
}
</style>