Shades of Eminence #6C3D79
Tints of Eminence #6C3D79
RGB
CMYK
RGB Variations
Color information
#6C3D79 (or 0x6C3D79) is known color: Eminence. HEX triplet: 6C, 3D and 79. RGB value is (108,61,121). Sum of RGB (Red+Green+Blue) = 108+61+121=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C3D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3D79 is #93C286. Grayscale: #515151. Windows color (decimal): -9683591 or 7945580. OLE color: 7945580.
HSL color Cylindrical-coordinate representation of color #6C3D79: hue angle of 287º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C3D79 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 61 | 121 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.53 |
| HSL | 287º | 0.33% | 0.36% | - |
| HSV(B) | 287º | 0.5% | 0.47% | - |
| XYZ | 11.3 | 7.91 | 19.02 | - |
| YUV | 81.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 61 | 121 | 0.11 | 0.50 | 0 | 0.53 | 287 | 0.33 | 0.36 |
| Hex | 6C | 3D | 79 | B | 32 | 0 | 35 | 11F | 21 | 24 |
| Octal | 154 | 75 | 171 | 13 | 62 | 0 | 65 | 437 | 41 | 44 |
| Binary | 1101100 | 111101 | 1111001 | 1011 | 110010 | 0 | 110101 | 100011111 | 100001 | 100100 |
Color Harmonies of #6C3D79
Complementary color
Monochromatic Colors of #6C3D79
Black with #6C3D79
Text Example
Text Example
White with #6C3D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3D79; }
p { color: rgb(108,61,121); }
H1.HeaderClassName
{
color: #6C3D79;
}
.AnyTagClassName
{
color: #6C3D79;
}
</style>
background-color css
<style>
a { background-color: #6C3D79; }
a { background-color: rgb(108,61,121); }
div.DivClassName
{
background-color: #6C3D79;
}
.BgClassName
{
background-color: #6C3D79;
}
</style>
border-color css
<style>
span { border-color: #6C3D79; }
span { border-color: rgb(108,61,121); }
td.TdClassName
{
border-color: #6C3D79;
}
.TagClassName
{
border-color: #6C3D79;
}
</style>