Shades of Eminence #6F4879
Tints of Eminence #6F4879
RGB
CMYK
RGB Variations
Color information
#6F4879 (or 0x6F4879) is known color: Eminence. HEX triplet: 6F, 48 and 79. RGB value is (111,72,121). Sum of RGB (Red+Green+Blue) = 111+72+121=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F4879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4879 is #90B786. Grayscale: #595959. Windows color (decimal): -9484167 or 7948399. OLE color: 7948399.
HSL color Cylindrical-coordinate representation of color #6F4879: hue angle of 287.76º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4879 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 72 | 121 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.53 |
| HSL | 287.76º | 0.25% | 0.38% | - |
| HSV(B) | 287.76º | 0.4% | 0.47% | - |
| XYZ | 12.32 | 9.39 | 19.25 | - |
| YUV | 89.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 121 | 0.08 | 0.40 | 0 | 0.53 | 287.76 | 0.25 | 0.38 |
| Hex | 6F | 48 | 79 | 8 | 28 | 0 | 35 | 120 | 19 | 26 |
| Octal | 157 | 110 | 171 | 10 | 50 | 0 | 65 | 440 | 31 | 46 |
| Binary | 1101111 | 1001000 | 1111001 | 1000 | 101000 | 0 | 110101 | 100100000 | 11001 | 100110 |
Color Harmonies of #6F4879
Complementary color
Monochromatic Colors of #6F4879
Black with #6F4879
Text Example
Text Example
White with #6F4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4879; }
p { color: rgb(111,72,121); }
H1.HeaderClassName
{
color: #6F4879;
}
.AnyTagClassName
{
color: #6F4879;
}
</style>
background-color css
<style>
a { background-color: #6F4879; }
a { background-color: rgb(111,72,121); }
div.DivClassName
{
background-color: #6F4879;
}
.BgClassName
{
background-color: #6F4879;
}
</style>
border-color css
<style>
span { border-color: #6F4879; }
span { border-color: rgb(111,72,121); }
td.TdClassName
{
border-color: #6F4879;
}
.TagClassName
{
border-color: #6F4879;
}
</style>