Shades of Eminence #6C2981
Tints of Eminence #6C2981
RGB
CMYK
RGB Variations
Color information
#6C2981 (or 0x6C2981) is known color: Eminence. HEX triplet: 6C, 29 and 81. RGB value is (108,41,129). Sum of RGB (Red+Green+Blue) = 108+41+129=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C2981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2981 is #93D67E. Grayscale: #464646. Windows color (decimal): -9688703 or 8464748. OLE color: 8464748.
HSL color Cylindrical-coordinate representation of color #6C2981: hue angle of 285.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2981 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 41 | 129 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.49 |
| HSL | 285.68º | 0.52% | 0.33% | - |
| HSV(B) | 285.68º | 0.68% | 0.51% | - |
| XYZ | 10.94 | 6.36 | 21.42 | - |
| YUV | 71.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 129 | 0.16 | 0.68 | 0 | 0.49 | 285.68 | 0.52 | 0.33 |
| Hex | 6C | 29 | 81 | 10 | 44 | 0 | 31 | 11E | 34 | 21 |
| Octal | 154 | 51 | 201 | 20 | 104 | 0 | 61 | 436 | 64 | 41 |
| Binary | 1101100 | 101001 | 10000001 | 10000 | 1000100 | 0 | 110001 | 100011110 | 110100 | 100001 |
Color Harmonies of #6C2981
Complementary color
Monochromatic Colors of #6C2981
Black with #6C2981
Text Example
Text Example
White with #6C2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2981; }
p { color: rgb(108,41,129); }
H1.HeaderClassName
{
color: #6C2981;
}
.AnyTagClassName
{
color: #6C2981;
}
</style>
background-color css
<style>
a { background-color: #6C2981; }
a { background-color: rgb(108,41,129); }
div.DivClassName
{
background-color: #6C2981;
}
.BgClassName
{
background-color: #6C2981;
}
</style>
border-color css
<style>
span { border-color: #6C2981; }
span { border-color: rgb(108,41,129); }
td.TdClassName
{
border-color: #6C2981;
}
.TagClassName
{
border-color: #6C2981;
}
</style>