Shades of Eminence #6C3181
Tints of Eminence #6C3181
RGB
CMYK
RGB Variations
Color information
#6C3181 (or 0x6C3181) is known color: Eminence. HEX triplet: 6C, 31 and 81. RGB value is (108,49,129). Sum of RGB (Red+Green+Blue) = 108+49+129=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #6C3181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3181 is #93CE7E. Grayscale: #4B4B4B. Windows color (decimal): -9686655 or 8466796. OLE color: 8466796.
HSL color Cylindrical-coordinate representation of color #6C3181: hue angle of 284.25º degrees, saturation: 0.45, 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 #6C3181 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 49 | 129 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.49 |
| HSL | 284.25º | 0.45% | 0.35% | - |
| HSV(B) | 284.25º | 0.62% | 0.51% | - |
| XYZ | 11.25 | 6.97 | 21.52 | - |
| YUV | 75.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 129 | 0.16 | 0.62 | 0 | 0.49 | 284.25 | 0.45 | 0.35 |
| Hex | 6C | 31 | 81 | 10 | 3E | 0 | 31 | 11C | 2D | 23 |
| Octal | 154 | 61 | 201 | 20 | 76 | 0 | 61 | 434 | 55 | 43 |
| Binary | 1101100 | 110001 | 10000001 | 10000 | 111110 | 0 | 110001 | 100011100 | 101101 | 100011 |
Color Harmonies of #6C3181
Complementary color
Monochromatic Colors of #6C3181
Black with #6C3181
Text Example
Text Example
White with #6C3181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3181; }
p { color: rgb(108,49,129); }
H1.HeaderClassName
{
color: #6C3181;
}
.AnyTagClassName
{
color: #6C3181;
}
</style>
background-color css
<style>
a { background-color: #6C3181; }
a { background-color: rgb(108,49,129); }
div.DivClassName
{
background-color: #6C3181;
}
.BgClassName
{
background-color: #6C3181;
}
</style>
border-color css
<style>
span { border-color: #6C3181; }
span { border-color: rgb(108,49,129); }
td.TdClassName
{
border-color: #6C3181;
}
.TagClassName
{
border-color: #6C3181;
}
</style>