Shades of Eminence #663774
Tints of Eminence #663774
RGB
CMYK
RGB Variations
Color information
#663774 (or 0x663774) is known color: Eminence. HEX triplet: 66, 37 and 74. RGB value is (102,55,116). Sum of RGB (Red+Green+Blue) = 102+55+116=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #663774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663774 is #99C88B. Grayscale: #4B4B4B. Windows color (decimal): -10078348 or 7616358. OLE color: 7616358.
HSL color Cylindrical-coordinate representation of color #663774: hue angle of 286.23º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663774 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 55 | 116 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.55 |
| HSL | 286.23º | 0.36% | 0.34% | - |
| HSV(B) | 286.23º | 0.53% | 0.45% | - |
| XYZ | 10 | 6.82 | 17.31 | - |
| YUV | 76.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 116 | 0.12 | 0.53 | 0 | 0.55 | 286.23 | 0.36 | 0.34 |
| Hex | 66 | 37 | 74 | C | 35 | 0 | 37 | 11E | 24 | 22 |
| Octal | 146 | 67 | 164 | 14 | 65 | 0 | 67 | 436 | 44 | 42 |
| Binary | 1100110 | 110111 | 1110100 | 1100 | 110101 | 0 | 110111 | 100011110 | 100100 | 100010 |
Color Harmonies of #663774
Complementary color
Monochromatic Colors of #663774
Black with #663774
Text Example
Text Example
White with #663774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663774; }
p { color: rgb(102,55,116); }
H1.HeaderClassName
{
color: #663774;
}
.AnyTagClassName
{
color: #663774;
}
</style>
background-color css
<style>
a { background-color: #663774; }
a { background-color: rgb(102,55,116); }
div.DivClassName
{
background-color: #663774;
}
.BgClassName
{
background-color: #663774;
}
</style>
border-color css
<style>
span { border-color: #663774; }
span { border-color: rgb(102,55,116); }
td.TdClassName
{
border-color: #663774;
}
.TagClassName
{
border-color: #663774;
}
</style>