Shades of Eminence #6C3574
Tints of Eminence #6C3574
RGB
CMYK
RGB Variations
Color information
#6C3574 (or 0x6C3574) is known color: Eminence. HEX triplet: 6C, 35 and 74. RGB value is (108,53,116). Sum of RGB (Red+Green+Blue) = 108+53+116=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C3574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3574 is #93CA8B. Grayscale: #4C4C4C. Windows color (decimal): -9685644 or 7615852. OLE color: 7615852.
HSL color Cylindrical-coordinate representation of color #6C3574: hue angle of 292.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C3574 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 53 | 116 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.55 |
| HSL | 292.38º | 0.37% | 0.33% | - |
| HSV(B) | 292.38º | 0.54% | 0.45% | - |
| XYZ | 10.61 | 7 | 17.31 | - |
| YUV | 76.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 116 | 0.07 | 0.54 | 0 | 0.55 | 292.38 | 0.37 | 0.33 |
| Hex | 6C | 35 | 74 | 7 | 36 | 0 | 37 | 124 | 25 | 21 |
| Octal | 154 | 65 | 164 | 7 | 66 | 0 | 67 | 444 | 45 | 41 |
| Binary | 1101100 | 110101 | 1110100 | 111 | 110110 | 0 | 110111 | 100100100 | 100101 | 100001 |
Color Harmonies of #6C3574
Complementary color
Monochromatic Colors of #6C3574
Black with #6C3574
Text Example
Text Example
White with #6C3574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3574; }
p { color: rgb(108,53,116); }
H1.HeaderClassName
{
color: #6C3574;
}
.AnyTagClassName
{
color: #6C3574;
}
</style>
background-color css
<style>
a { background-color: #6C3574; }
a { background-color: rgb(108,53,116); }
div.DivClassName
{
background-color: #6C3574;
}
.BgClassName
{
background-color: #6C3574;
}
</style>
border-color css
<style>
span { border-color: #6C3574; }
span { border-color: rgb(108,53,116); }
td.TdClassName
{
border-color: #6C3574;
}
.TagClassName
{
border-color: #6C3574;
}
</style>