Shades of Eminence #6C377D
Tints of Eminence #6C377D
RGB
CMYK
RGB Variations
Color information
#6C377D (or 0x6C377D) is known color: Eminence. HEX triplet: 6C, 37 and 7D. RGB value is (108,55,125). Sum of RGB (Red+Green+Blue) = 108+55+125=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C377D is #93C882. Grayscale: #4E4E4E. Windows color (decimal): -9685123 or 8206188. OLE color: 8206188.
HSL color Cylindrical-coordinate representation of color #6C377D: hue angle of 285.43º 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 #6C377D is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 55 | 125 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.51 |
| HSL | 285.43º | 0.39% | 0.35% | - |
| HSV(B) | 285.43º | 0.56% | 0.49% | - |
| XYZ | 11.25 | 7.4 | 20.24 | - |
| YUV | 78.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 125 | 0.14 | 0.56 | 0 | 0.51 | 285.43 | 0.39 | 0.35 |
| Hex | 6C | 37 | 7D | E | 38 | 0 | 33 | 11D | 27 | 23 |
| Octal | 154 | 67 | 175 | 16 | 70 | 0 | 63 | 435 | 47 | 43 |
| Binary | 1101100 | 110111 | 1111101 | 1110 | 111000 | 0 | 110011 | 100011101 | 100111 | 100011 |
Color Harmonies of #6C377D
Complementary color
Monochromatic Colors of #6C377D
Black with #6C377D
Text Example
Text Example
White with #6C377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C377D; }
p { color: rgb(108,55,125); }
H1.HeaderClassName
{
color: #6C377D;
}
.AnyTagClassName
{
color: #6C377D;
}
</style>
background-color css
<style>
a { background-color: #6C377D; }
a { background-color: rgb(108,55,125); }
div.DivClassName
{
background-color: #6C377D;
}
.BgClassName
{
background-color: #6C377D;
}
</style>
border-color css
<style>
span { border-color: #6C377D; }
span { border-color: rgb(108,55,125); }
td.TdClassName
{
border-color: #6C377D;
}
.TagClassName
{
border-color: #6C377D;
}
</style>