Shades of Eminence #663179
Tints of Eminence #663179
RGB
CMYK
RGB Variations
Color information
#663179 (or 0x663179) is known color: Eminence. HEX triplet: 66, 31 and 79. RGB value is (102,49,121). Sum of RGB (Red+Green+Blue) = 102+49+121=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #663179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663179 is #99CE86. Grayscale: #484848. Windows color (decimal): -10079879 or 7942502. OLE color: 7942502.
HSL color Cylindrical-coordinate representation of color #663179: hue angle of 284.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #663179 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 49 | 121 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.53 |
| HSL | 284.17º | 0.42% | 0.33% | - |
| HSV(B) | 284.17º | 0.6% | 0.47% | - |
| XYZ | 10.03 | 6.4 | 18.8 | - |
| YUV | 73.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 121 | 0.16 | 0.60 | 0 | 0.53 | 284.17 | 0.42 | 0.33 |
| Hex | 66 | 31 | 79 | 10 | 3C | 0 | 35 | 11C | 2A | 21 |
| Octal | 146 | 61 | 171 | 20 | 74 | 0 | 65 | 434 | 52 | 41 |
| Binary | 1100110 | 110001 | 1111001 | 10000 | 111100 | 0 | 110101 | 100011100 | 101010 | 100001 |
Color Harmonies of #663179
Complementary color
Monochromatic Colors of #663179
Black with #663179
Text Example
Text Example
White with #663179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663179; }
p { color: rgb(102,49,121); }
H1.HeaderClassName
{
color: #663179;
}
.AnyTagClassName
{
color: #663179;
}
</style>
background-color css
<style>
a { background-color: #663179; }
a { background-color: rgb(102,49,121); }
div.DivClassName
{
background-color: #663179;
}
.BgClassName
{
background-color: #663179;
}
</style>
border-color css
<style>
span { border-color: #663179; }
span { border-color: rgb(102,49,121); }
td.TdClassName
{
border-color: #663179;
}
.TagClassName
{
border-color: #663179;
}
</style>