Shades of Eminence #6B2982
Tints of Eminence #6B2982
RGB
CMYK
RGB Variations
Color information
#6B2982 (or 0x6B2982) is known color: Eminence. HEX triplet: 6B, 29 and 82. RGB value is (107,41,130). Sum of RGB (Red+Green+Blue) = 107+41+130=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B2982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2982 is #94D67D. Grayscale: #464646. Windows color (decimal): -9754238 or 8530283. OLE color: 8530283.
HSL color Cylindrical-coordinate representation of color #6B2982: hue angle of 284.49º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B2982 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 41 | 130 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.49 |
| HSL | 284.49º | 0.52% | 0.34% | - |
| HSV(B) | 284.49º | 0.68% | 0.51% | - |
| XYZ | 10.89 | 6.32 | 21.77 | - |
| YUV | 70.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 130 | 0.18 | 0.68 | 0 | 0.49 | 284.49 | 0.52 | 0.34 |
| Hex | 6B | 29 | 82 | 12 | 44 | 0 | 31 | 11C | 34 | 22 |
| Octal | 153 | 51 | 202 | 22 | 104 | 0 | 61 | 434 | 64 | 42 |
| Binary | 1101011 | 101001 | 10000010 | 10010 | 1000100 | 0 | 110001 | 100011100 | 110100 | 100010 |
Color Harmonies of #6B2982
Complementary color
Monochromatic Colors of #6B2982
Black with #6B2982
Text Example
Text Example
White with #6B2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2982; }
p { color: rgb(107,41,130); }
H1.HeaderClassName
{
color: #6B2982;
}
.AnyTagClassName
{
color: #6B2982;
}
</style>
background-color css
<style>
a { background-color: #6B2982; }
a { background-color: rgb(107,41,130); }
div.DivClassName
{
background-color: #6B2982;
}
.BgClassName
{
background-color: #6B2982;
}
</style>
border-color css
<style>
span { border-color: #6B2982; }
span { border-color: rgb(107,41,130); }
td.TdClassName
{
border-color: #6B2982;
}
.TagClassName
{
border-color: #6B2982;
}
</style>