Shades of Eminence #6F4178
Tints of Eminence #6F4178
RGB
CMYK
RGB Variations
Color information
#6F4178 (or 0x6F4178) is known color: Eminence. HEX triplet: 6F, 41 and 78. RGB value is (111,65,120). Sum of RGB (Red+Green+Blue) = 111+65+120=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4178 is #90BE87. Grayscale: #545454. Windows color (decimal): -9485960 or 7881071. OLE color: 7881071.
HSL color Cylindrical-coordinate representation of color #6F4178: hue angle of 290.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F4178 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 65 | 120 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.53 |
| HSL | 290.18º | 0.3% | 0.36% | - |
| HSV(B) | 290.18º | 0.46% | 0.47% | - |
| XYZ | 11.84 | 8.52 | 18.79 | - |
| YUV | 85.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 120 | 0.08 | 0.46 | 0 | 0.53 | 290.18 | 0.3 | 0.36 |
| Hex | 6F | 41 | 78 | 8 | 2E | 0 | 35 | 122 | 1E | 24 |
| Octal | 157 | 101 | 170 | 10 | 56 | 0 | 65 | 442 | 36 | 44 |
| Binary | 1101111 | 1000001 | 1111000 | 1000 | 101110 | 0 | 110101 | 100100010 | 11110 | 100100 |
Color Harmonies of #6F4178
Complementary color
Monochromatic Colors of #6F4178
Black with #6F4178
Text Example
Text Example
White with #6F4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4178; }
p { color: rgb(111,65,120); }
H1.HeaderClassName
{
color: #6F4178;
}
.AnyTagClassName
{
color: #6F4178;
}
</style>
background-color css
<style>
a { background-color: #6F4178; }
a { background-color: rgb(111,65,120); }
div.DivClassName
{
background-color: #6F4178;
}
.BgClassName
{
background-color: #6F4178;
}
</style>
border-color css
<style>
span { border-color: #6F4178; }
span { border-color: rgb(111,65,120); }
td.TdClassName
{
border-color: #6F4178;
}
.TagClassName
{
border-color: #6F4178;
}
</style>