Shades of Eminence #663574
Tints of Eminence #663574
RGB
CMYK
RGB Variations
Color information
#663574 (or 0x663574) is known color: Eminence. HEX triplet: 66, 35 and 74. RGB value is (102,53,116). Sum of RGB (Red+Green+Blue) = 102+53+116=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #663574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663574 is #99CA8B. Grayscale: #4A4A4A. Windows color (decimal): -10078860 or 7615846. OLE color: 7615846.
HSL color Cylindrical-coordinate representation of color #663574: hue angle of 286.67º 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 #663574 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 53 | 116 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.55 |
| HSL | 286.67º | 0.37% | 0.33% | - |
| HSV(B) | 286.67º | 0.54% | 0.45% | - |
| XYZ | 9.9 | 6.63 | 17.28 | - |
| YUV | 74.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 116 | 0.12 | 0.54 | 0 | 0.55 | 286.67 | 0.37 | 0.33 |
| Hex | 66 | 35 | 74 | C | 36 | 0 | 37 | 11F | 25 | 21 |
| Octal | 146 | 65 | 164 | 14 | 66 | 0 | 67 | 437 | 45 | 41 |
| Binary | 1100110 | 110101 | 1110100 | 1100 | 110110 | 0 | 110111 | 100011111 | 100101 | 100001 |
Color Harmonies of #663574
Complementary color
Monochromatic Colors of #663574
Black with #663574
Text Example
Text Example
White with #663574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663574; }
p { color: rgb(102,53,116); }
H1.HeaderClassName
{
color: #663574;
}
.AnyTagClassName
{
color: #663574;
}
</style>
background-color css
<style>
a { background-color: #663574; }
a { background-color: rgb(102,53,116); }
div.DivClassName
{
background-color: #663574;
}
.BgClassName
{
background-color: #663574;
}
</style>
border-color css
<style>
span { border-color: #663574; }
span { border-color: rgb(102,53,116); }
td.TdClassName
{
border-color: #663574;
}
.TagClassName
{
border-color: #663574;
}
</style>