Shades of Eminence #6C3282
Tints of Eminence #6C3282
RGB
CMYK
RGB Variations
Color information
#6C3282 (or 0x6C3282) is known color: Eminence. HEX triplet: 6C, 32 and 82. RGB value is (108,50,130). Sum of RGB (Red+Green+Blue) = 108+50+130=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C3282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3282 is #93CD7D. Grayscale: #4C4C4C. Windows color (decimal): -9686398 or 8532588. OLE color: 8532588.
HSL color Cylindrical-coordinate representation of color #6C3282: hue angle of 283.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C3282 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 50 | 130 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.49 |
| HSL | 283.5º | 0.44% | 0.35% | - |
| HSV(B) | 283.5º | 0.62% | 0.51% | - |
| XYZ | 11.35 | 7.08 | 21.89 | - |
| YUV | 76.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 130 | 0.17 | 0.62 | 0 | 0.49 | 283.5 | 0.44 | 0.35 |
| Hex | 6C | 32 | 82 | 11 | 3E | 0 | 31 | 11C | 2C | 23 |
| Octal | 154 | 62 | 202 | 21 | 76 | 0 | 61 | 434 | 54 | 43 |
| Binary | 1101100 | 110010 | 10000010 | 10001 | 111110 | 0 | 110001 | 100011100 | 101100 | 100011 |
Color Harmonies of #6C3282
Complementary color
Monochromatic Colors of #6C3282
Black with #6C3282
Text Example
Text Example
White with #6C3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3282; }
p { color: rgb(108,50,130); }
H1.HeaderClassName
{
color: #6C3282;
}
.AnyTagClassName
{
color: #6C3282;
}
</style>
background-color css
<style>
a { background-color: #6C3282; }
a { background-color: rgb(108,50,130); }
div.DivClassName
{
background-color: #6C3282;
}
.BgClassName
{
background-color: #6C3282;
}
</style>
border-color css
<style>
span { border-color: #6C3282; }
span { border-color: rgb(108,50,130); }
td.TdClassName
{
border-color: #6C3282;
}
.TagClassName
{
border-color: #6C3282;
}
</style>