Shades of Eminence #6C3878
Tints of Eminence #6C3878
RGB
CMYK
RGB Variations
Color information
#6C3878 (or 0x6C3878) is known color: Eminence. HEX triplet: 6C, 38 and 78. RGB value is (108,56,120). Sum of RGB (Red+Green+Blue) = 108+56+120=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C3878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3878 is #93C787. Grayscale: #4E4E4E. Windows color (decimal): -9684872 or 7878764. OLE color: 7878764.
HSL color Cylindrical-coordinate representation of color #6C3878: hue angle of 288.75º 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 #6C3878 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 56 | 120 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.53 |
| HSL | 288.75º | 0.36% | 0.35% | - |
| HSV(B) | 288.75º | 0.53% | 0.47% | - |
| XYZ | 10.99 | 7.37 | 18.61 | - |
| YUV | 78.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 120 | 0.10 | 0.53 | 0 | 0.53 | 288.75 | 0.36 | 0.35 |
| Hex | 6C | 38 | 78 | A | 35 | 0 | 35 | 121 | 24 | 23 |
| Octal | 154 | 70 | 170 | 12 | 65 | 0 | 65 | 441 | 44 | 43 |
| Binary | 1101100 | 111000 | 1111000 | 1010 | 110101 | 0 | 110101 | 100100001 | 100100 | 100011 |
Color Harmonies of #6C3878
Complementary color
Monochromatic Colors of #6C3878
Black with #6C3878
Text Example
Text Example
White with #6C3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3878; }
p { color: rgb(108,56,120); }
H1.HeaderClassName
{
color: #6C3878;
}
.AnyTagClassName
{
color: #6C3878;
}
</style>
background-color css
<style>
a { background-color: #6C3878; }
a { background-color: rgb(108,56,120); }
div.DivClassName
{
background-color: #6C3878;
}
.BgClassName
{
background-color: #6C3878;
}
</style>
border-color css
<style>
span { border-color: #6C3878; }
span { border-color: rgb(108,56,120); }
td.TdClassName
{
border-color: #6C3878;
}
.TagClassName
{
border-color: #6C3878;
}
</style>