Shades of Eminence #6B4178
Tints of Eminence #6B4178
RGB
CMYK
RGB Variations
Color information
#6B4178 (or 0x6B4178) is known color: Eminence. HEX triplet: 6B, 41 and 78. RGB value is (107,65,120). Sum of RGB (Red+Green+Blue) = 107+65+120=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4178 is #94BE87. Grayscale: #535353. Windows color (decimal): -9748104 or 7881067. OLE color: 7881067.
HSL color Cylindrical-coordinate representation of color #6B4178: hue angle of 285.82º 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 #6B4178 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 65 | 120 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.53 |
| HSL | 285.82º | 0.3% | 0.36% | - |
| HSV(B) | 285.82º | 0.46% | 0.47% | - |
| XYZ | 11.34 | 8.26 | 18.77 | - |
| YUV | 83.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 120 | 0.11 | 0.46 | 0 | 0.53 | 285.82 | 0.3 | 0.36 |
| Hex | 6B | 41 | 78 | B | 2E | 0 | 35 | 11E | 1E | 24 |
| Octal | 153 | 101 | 170 | 13 | 56 | 0 | 65 | 436 | 36 | 44 |
| Binary | 1101011 | 1000001 | 1111000 | 1011 | 101110 | 0 | 110101 | 100011110 | 11110 | 100100 |
Color Harmonies of #6B4178
Complementary color
Monochromatic Colors of #6B4178
Black with #6B4178
Text Example
Text Example
White with #6B4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4178; }
p { color: rgb(107,65,120); }
H1.HeaderClassName
{
color: #6B4178;
}
.AnyTagClassName
{
color: #6B4178;
}
</style>
background-color css
<style>
a { background-color: #6B4178; }
a { background-color: rgb(107,65,120); }
div.DivClassName
{
background-color: #6B4178;
}
.BgClassName
{
background-color: #6B4178;
}
</style>
border-color css
<style>
span { border-color: #6B4178; }
span { border-color: rgb(107,65,120); }
td.TdClassName
{
border-color: #6B4178;
}
.TagClassName
{
border-color: #6B4178;
}
</style>