Shades of Eminence #6F3878
Tints of Eminence #6F3878
RGB
CMYK
RGB Variations
Color information
#6F3878 (or 0x6F3878) is known color: Eminence. HEX triplet: 6F, 38 and 78. RGB value is (111,56,120). Sum of RGB (Red+Green+Blue) = 111+56+120=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3878 is #90C787. Grayscale: #4F4F4F. Windows color (decimal): -9488264 or 7878767. OLE color: 7878767.
HSL color Cylindrical-coordinate representation of color #6F3878: hue angle of 291.56º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3878 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 56 | 120 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.53 |
| HSL | 291.56º | 0.36% | 0.35% | - |
| HSV(B) | 291.56º | 0.53% | 0.47% | - |
| XYZ | 11.36 | 7.56 | 18.63 | - |
| YUV | 79.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 120 | 0.08 | 0.53 | 0 | 0.53 | 291.56 | 0.36 | 0.35 |
| Hex | 6F | 38 | 78 | 8 | 35 | 0 | 35 | 124 | 24 | 23 |
| Octal | 157 | 70 | 170 | 10 | 65 | 0 | 65 | 444 | 44 | 43 |
| Binary | 1101111 | 111000 | 1111000 | 1000 | 110101 | 0 | 110101 | 100100100 | 100100 | 100011 |
Color Harmonies of #6F3878
Complementary color
Monochromatic Colors of #6F3878
Black with #6F3878
Text Example
Text Example
White with #6F3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3878; }
p { color: rgb(111,56,120); }
H1.HeaderClassName
{
color: #6F3878;
}
.AnyTagClassName
{
color: #6F3878;
}
</style>
background-color css
<style>
a { background-color: #6F3878; }
a { background-color: rgb(111,56,120); }
div.DivClassName
{
background-color: #6F3878;
}
.BgClassName
{
background-color: #6F3878;
}
</style>
border-color css
<style>
span { border-color: #6F3878; }
span { border-color: rgb(111,56,120); }
td.TdClassName
{
border-color: #6F3878;
}
.TagClassName
{
border-color: #6F3878;
}
</style>