Shades of Eminence #663B74
Tints of Eminence #663B74
RGB
CMYK
RGB Variations
Color information
#663B74 (or 0x663B74) is known color: Eminence. HEX triplet: 66, 3B and 74. RGB value is (102,59,116). Sum of RGB (Red+Green+Blue) = 102+59+116=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #663B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B74 is #99C48B. Grayscale: #4E4E4E. Windows color (decimal): -10077324 or 7617382. OLE color: 7617382.
HSL color Cylindrical-coordinate representation of color #663B74: hue angle of 285.26º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663B74 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 59 | 116 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.55 |
| HSL | 285.26º | 0.33% | 0.34% | - |
| HSV(B) | 285.26º | 0.49% | 0.45% | - |
| XYZ | 10.2 | 7.21 | 17.38 | - |
| YUV | 78.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 116 | 0.12 | 0.49 | 0 | 0.55 | 285.26 | 0.33 | 0.34 |
| Hex | 66 | 3B | 74 | C | 31 | 0 | 37 | 11D | 21 | 22 |
| Octal | 146 | 73 | 164 | 14 | 61 | 0 | 67 | 435 | 41 | 42 |
| Binary | 1100110 | 111011 | 1110100 | 1100 | 110001 | 0 | 110111 | 100011101 | 100001 | 100010 |
Color Harmonies of #663B74
Complementary color
Monochromatic Colors of #663B74
Black with #663B74
Text Example
Text Example
White with #663B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B74; }
p { color: rgb(102,59,116); }
H1.HeaderClassName
{
color: #663B74;
}
.AnyTagClassName
{
color: #663B74;
}
</style>
background-color css
<style>
a { background-color: #663B74; }
a { background-color: rgb(102,59,116); }
div.DivClassName
{
background-color: #663B74;
}
.BgClassName
{
background-color: #663B74;
}
</style>
border-color css
<style>
span { border-color: #663B74; }
span { border-color: rgb(102,59,116); }
td.TdClassName
{
border-color: #663B74;
}
.TagClassName
{
border-color: #663B74;
}
</style>