Shades of Eminence #6D2882
Tints of Eminence #6D2882
RGB
CMYK
RGB Variations
Color information
#6D2882 (or 0x6D2882) is known color: Eminence. HEX triplet: 6D, 28 and 82. RGB value is (109,40,130). Sum of RGB (Red+Green+Blue) = 109+40+130=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D2882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2882 is #92D77D. Grayscale: #464646. Windows color (decimal): -9623422 or 8530029. OLE color: 8530029.
HSL color Cylindrical-coordinate representation of color #6D2882: hue angle of 286º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2882 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 40 | 130 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.49 |
| HSL | 286º | 0.53% | 0.33% | - |
| HSV(B) | 286º | 0.69% | 0.51% | - |
| XYZ | 11.09 | 6.38 | 21.77 | - |
| YUV | 70.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 130 | 0.16 | 0.69 | 0 | 0.49 | 286 | 0.53 | 0.33 |
| Hex | 6D | 28 | 82 | 10 | 45 | 0 | 31 | 11E | 35 | 21 |
| Octal | 155 | 50 | 202 | 20 | 105 | 0 | 61 | 436 | 65 | 41 |
| Binary | 1101101 | 101000 | 10000010 | 10000 | 1000101 | 0 | 110001 | 100011110 | 110101 | 100001 |
Color Harmonies of #6D2882
Complementary color
Monochromatic Colors of #6D2882
Black with #6D2882
Text Example
Text Example
White with #6D2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2882; }
p { color: rgb(109,40,130); }
H1.HeaderClassName
{
color: #6D2882;
}
.AnyTagClassName
{
color: #6D2882;
}
</style>
background-color css
<style>
a { background-color: #6D2882; }
a { background-color: rgb(109,40,130); }
div.DivClassName
{
background-color: #6D2882;
}
.BgClassName
{
background-color: #6D2882;
}
</style>
border-color css
<style>
span { border-color: #6D2882; }
span { border-color: rgb(109,40,130); }
td.TdClassName
{
border-color: #6D2882;
}
.TagClassName
{
border-color: #6D2882;
}
</style>