Shades of Eminence #663178
Tints of Eminence #663178
RGB
CMYK
RGB Variations
Color information
#663178 (or 0x663178) is known color: Eminence. HEX triplet: 66, 31 and 78. RGB value is (102,49,120). Sum of RGB (Red+Green+Blue) = 102+49+120=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #663178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663178 is #99CE87. Grayscale: #484848. Windows color (decimal): -10079880 or 7876966. OLE color: 7876966.
HSL color Cylindrical-coordinate representation of color #663178: hue angle of 284.79º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663178 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 49 | 120 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.53 |
| HSL | 284.79º | 0.42% | 0.33% | - |
| HSV(B) | 284.79º | 0.59% | 0.47% | - |
| XYZ | 9.97 | 6.38 | 18.47 | - |
| YUV | 72.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 120 | 0.15 | 0.59 | 0 | 0.53 | 284.79 | 0.42 | 0.33 |
| Hex | 66 | 31 | 78 | F | 3B | 0 | 35 | 11D | 2A | 21 |
| Octal | 146 | 61 | 170 | 17 | 73 | 0 | 65 | 435 | 52 | 41 |
| Binary | 1100110 | 110001 | 1111000 | 1111 | 111011 | 0 | 110101 | 100011101 | 101010 | 100001 |
Color Harmonies of #663178
Complementary color
Monochromatic Colors of #663178
Black with #663178
Text Example
Text Example
White with #663178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663178; }
p { color: rgb(102,49,120); }
H1.HeaderClassName
{
color: #663178;
}
.AnyTagClassName
{
color: #663178;
}
</style>
background-color css
<style>
a { background-color: #663178; }
a { background-color: rgb(102,49,120); }
div.DivClassName
{
background-color: #663178;
}
.BgClassName
{
background-color: #663178;
}
</style>
border-color css
<style>
span { border-color: #663178; }
span { border-color: rgb(102,49,120); }
td.TdClassName
{
border-color: #663178;
}
.TagClassName
{
border-color: #663178;
}
</style>