Shades of Eminence #663477
Tints of Eminence #663477
RGB
CMYK
RGB Variations
Color information
#663477 (or 0x663477) is known color: Eminence. HEX triplet: 66, 34 and 77. RGB value is (102,52,119). Sum of RGB (Red+Green+Blue) = 102+52+119=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #663477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663477 is #99CB88. Grayscale: #4A4A4A. Windows color (decimal): -10079113 or 7812198. OLE color: 7812198.
HSL color Cylindrical-coordinate representation of color #663477: hue angle of 284.78º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663477 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 52 | 119 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.53 |
| HSL | 284.78º | 0.39% | 0.34% | - |
| HSV(B) | 284.78º | 0.56% | 0.47% | - |
| XYZ | 10.04 | 6.61 | 18.2 | - |
| YUV | 74.59 | 153.07 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 119 | 0.14 | 0.56 | 0 | 0.53 | 284.78 | 0.39 | 0.34 |
| Hex | 66 | 34 | 77 | E | 38 | 0 | 35 | 11D | 27 | 22 |
| Octal | 146 | 64 | 167 | 16 | 70 | 0 | 65 | 435 | 47 | 42 |
| Binary | 1100110 | 110100 | 1110111 | 1110 | 111000 | 0 | 110101 | 100011101 | 100111 | 100010 |
Color Harmonies of #663477
Complementary color
Monochromatic Colors of #663477
Black with #663477
Text Example
Text Example
White with #663477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663477; }
p { color: rgb(102,52,119); }
H1.HeaderClassName
{
color: #663477;
}
.AnyTagClassName
{
color: #663477;
}
</style>
background-color css
<style>
a { background-color: #663477; }
a { background-color: rgb(102,52,119); }
div.DivClassName
{
background-color: #663477;
}
.BgClassName
{
background-color: #663477;
}
</style>
border-color css
<style>
span { border-color: #663477; }
span { border-color: rgb(102,52,119); }
td.TdClassName
{
border-color: #663477;
}
.TagClassName
{
border-color: #663477;
}
</style>