Shades of Eminence #6D2B80
Tints of Eminence #6D2B80
RGB
CMYK
RGB Variations
Color information
#6D2B80 (or 0x6D2B80) is known color: Eminence. HEX triplet: 6D, 2B and 80. RGB value is (109,43,128). Sum of RGB (Red+Green+Blue) = 109+43+128=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D2B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2B80 is #92D47F. Grayscale: #484848. Windows color (decimal): -9622656 or 8399725. OLE color: 8399725.
HSL color Cylindrical-coordinate representation of color #6D2B80: hue angle of 286.59º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2B80 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 43 | 128 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.50 |
| HSL | 286.59º | 0.5% | 0.34% | - |
| HSV(B) | 286.59º | 0.66% | 0.5% | - |
| XYZ | 11.07 | 6.54 | 21.1 | - |
| YUV | 72.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 128 | 0.15 | 0.66 | 0 | 0.50 | 286.59 | 0.5 | 0.34 |
| Hex | 6D | 2B | 80 | F | 42 | 0 | 32 | 11F | 32 | 22 |
| Octal | 155 | 53 | 200 | 17 | 102 | 0 | 62 | 437 | 62 | 42 |
| Binary | 1101101 | 101011 | 10000000 | 1111 | 1000010 | 0 | 110010 | 100011111 | 110010 | 100010 |
Color Harmonies of #6D2B80
Complementary color
Monochromatic Colors of #6D2B80
Black with #6D2B80
Text Example
Text Example
White with #6D2B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B80; }
p { color: rgb(109,43,128); }
H1.HeaderClassName
{
color: #6D2B80;
}
.AnyTagClassName
{
color: #6D2B80;
}
</style>
background-color css
<style>
a { background-color: #6D2B80; }
a { background-color: rgb(109,43,128); }
div.DivClassName
{
background-color: #6D2B80;
}
.BgClassName
{
background-color: #6D2B80;
}
</style>
border-color css
<style>
span { border-color: #6D2B80; }
span { border-color: rgb(109,43,128); }
td.TdClassName
{
border-color: #6D2B80;
}
.TagClassName
{
border-color: #6D2B80;
}
</style>