Shades of Eminence #6D2880
Tints of Eminence #6D2880
RGB
CMYK
RGB Variations
Color information
#6D2880 (or 0x6D2880) is known color: Eminence. HEX triplet: 6D, 28 and 80. RGB value is (109,40,128). Sum of RGB (Red+Green+Blue) = 109+40+128=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D2880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2880 is #92D77F. Grayscale: #464646. Windows color (decimal): -9623424 or 8398957. OLE color: 8398957.
HSL color Cylindrical-coordinate representation of color #6D2880: hue angle of 287.05º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2880 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 40 | 128 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.50 |
| HSL | 287.05º | 0.52% | 0.33% | - |
| HSV(B) | 287.05º | 0.69% | 0.5% | - |
| XYZ | 10.96 | 6.33 | 21.07 | - |
| YUV | 70.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 128 | 0.15 | 0.69 | 0 | 0.50 | 287.05 | 0.52 | 0.33 |
| Hex | 6D | 28 | 80 | F | 45 | 0 | 32 | 11F | 34 | 21 |
| Octal | 155 | 50 | 200 | 17 | 105 | 0 | 62 | 437 | 64 | 41 |
| Binary | 1101101 | 101000 | 10000000 | 1111 | 1000101 | 0 | 110010 | 100011111 | 110100 | 100001 |
Color Harmonies of #6D2880
Complementary color
Monochromatic Colors of #6D2880
Black with #6D2880
Text Example
Text Example
White with #6D2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2880; }
p { color: rgb(109,40,128); }
H1.HeaderClassName
{
color: #6D2880;
}
.AnyTagClassName
{
color: #6D2880;
}
</style>
background-color css
<style>
a { background-color: #6D2880; }
a { background-color: rgb(109,40,128); }
div.DivClassName
{
background-color: #6D2880;
}
.BgClassName
{
background-color: #6D2880;
}
</style>
border-color css
<style>
span { border-color: #6D2880; }
span { border-color: rgb(109,40,128); }
td.TdClassName
{
border-color: #6D2880;
}
.TagClassName
{
border-color: #6D2880;
}
</style>