Shades of Eminence #6C2A85
Tints of Eminence #6C2A85
RGB
CMYK
RGB Variations
Color information
#6C2A85 (or 0x6C2A85) is known color: Eminence. HEX triplet: 6C, 2A and 85. RGB value is (108,42,133). Sum of RGB (Red+Green+Blue) = 108+42+133=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C2A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2A85 is #93D57A. Grayscale: #474747. Windows color (decimal): -9688443 or 8727148. OLE color: 8727148.
HSL color Cylindrical-coordinate representation of color #6C2A85: hue angle of 283.52º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2A85 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 42 | 133 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.48 |
| HSL | 283.52º | 0.52% | 0.34% | - |
| HSV(B) | 283.52º | 0.68% | 0.52% | - |
| XYZ | 11.25 | 6.54 | 22.86 | - |
| YUV | 72.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 133 | 0.19 | 0.68 | 0 | 0.48 | 283.52 | 0.52 | 0.34 |
| Hex | 6C | 2A | 85 | 13 | 44 | 0 | 30 | 11C | 34 | 22 |
| Octal | 154 | 52 | 205 | 23 | 104 | 0 | 60 | 434 | 64 | 42 |
| Binary | 1101100 | 101010 | 10000101 | 10011 | 1000100 | 0 | 110000 | 100011100 | 110100 | 100010 |
Color Harmonies of #6C2A85
Complementary color
Monochromatic Colors of #6C2A85
Black with #6C2A85
Text Example
Text Example
White with #6C2A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A85; }
p { color: rgb(108,42,133); }
H1.HeaderClassName
{
color: #6C2A85;
}
.AnyTagClassName
{
color: #6C2A85;
}
</style>
background-color css
<style>
a { background-color: #6C2A85; }
a { background-color: rgb(108,42,133); }
div.DivClassName
{
background-color: #6C2A85;
}
.BgClassName
{
background-color: #6C2A85;
}
</style>
border-color css
<style>
span { border-color: #6C2A85; }
span { border-color: rgb(108,42,133); }
td.TdClassName
{
border-color: #6C2A85;
}
.TagClassName
{
border-color: #6C2A85;
}
</style>