Shades of Eminence #6C377C
Tints of Eminence #6C377C
RGB
CMYK
RGB Variations
Color information
#6C377C (or 0x6C377C) is known color: Eminence. HEX triplet: 6C, 37 and 7C. RGB value is (108,55,124). Sum of RGB (Red+Green+Blue) = 108+55+124=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C377C is #93C883. Grayscale: #4E4E4E. Windows color (decimal): -9685124 or 8140652. OLE color: 8140652.
HSL color Cylindrical-coordinate representation of color #6C377C: hue angle of 286.09º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C377C is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 55 | 124 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.51 |
| HSL | 286.09º | 0.39% | 0.35% | - |
| HSV(B) | 286.09º | 0.56% | 0.49% | - |
| XYZ | 11.19 | 7.38 | 19.9 | - |
| YUV | 78.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 124 | 0.13 | 0.56 | 0 | 0.51 | 286.09 | 0.39 | 0.35 |
| Hex | 6C | 37 | 7C | D | 38 | 0 | 33 | 11E | 27 | 23 |
| Octal | 154 | 67 | 174 | 15 | 70 | 0 | 63 | 436 | 47 | 43 |
| Binary | 1101100 | 110111 | 1111100 | 1101 | 111000 | 0 | 110011 | 100011110 | 100111 | 100011 |
Color Harmonies of #6C377C
Complementary color
Monochromatic Colors of #6C377C
Black with #6C377C
Text Example
Text Example
White with #6C377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C377C; }
p { color: rgb(108,55,124); }
H1.HeaderClassName
{
color: #6C377C;
}
.AnyTagClassName
{
color: #6C377C;
}
</style>
background-color css
<style>
a { background-color: #6C377C; }
a { background-color: rgb(108,55,124); }
div.DivClassName
{
background-color: #6C377C;
}
.BgClassName
{
background-color: #6C377C;
}
</style>
border-color css
<style>
span { border-color: #6C377C; }
span { border-color: rgb(108,55,124); }
td.TdClassName
{
border-color: #6C377C;
}
.TagClassName
{
border-color: #6C377C;
}
</style>