Shades of Eminence #663478
Tints of Eminence #663478
RGB
CMYK
RGB Variations
Color information
#663478 (or 0x663478) is known color: Eminence. HEX triplet: 66, 34 and 78. RGB value is (102,52,120). Sum of RGB (Red+Green+Blue) = 102+52+120=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #663478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663478 is #99CB87. Grayscale: #4A4A4A. Windows color (decimal): -10079112 or 7877734. OLE color: 7877734.
HSL color Cylindrical-coordinate representation of color #663478: hue angle of 284.12º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #663478 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 52 | 120 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.53 |
| HSL | 284.12º | 0.4% | 0.34% | - |
| HSV(B) | 284.12º | 0.57% | 0.47% | - |
| XYZ | 10.1 | 6.64 | 18.52 | - |
| YUV | 74.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 52 | 120 | 0.15 | 0.57 | 0 | 0.53 | 284.12 | 0.4 | 0.34 |
| Hex | 66 | 34 | 78 | F | 39 | 0 | 35 | 11C | 28 | 22 |
| Octal | 146 | 64 | 170 | 17 | 71 | 0 | 65 | 434 | 50 | 42 |
| Binary | 1100110 | 110100 | 1111000 | 1111 | 111001 | 0 | 110101 | 100011100 | 101000 | 100010 |
Color Harmonies of #663478
Complementary color
Monochromatic Colors of #663478
Black with #663478
Text Example
Text Example
White with #663478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663478; }
p { color: rgb(102,52,120); }
H1.HeaderClassName
{
color: #663478;
}
.AnyTagClassName
{
color: #663478;
}
</style>
background-color css
<style>
a { background-color: #663478; }
a { background-color: rgb(102,52,120); }
div.DivClassName
{
background-color: #663478;
}
.BgClassName
{
background-color: #663478;
}
</style>
border-color css
<style>
span { border-color: #663478; }
span { border-color: rgb(102,52,120); }
td.TdClassName
{
border-color: #663478;
}
.TagClassName
{
border-color: #663478;
}
</style>