Shades of Eminence #663C71
Tints of Eminence #663C71
RGB
CMYK
RGB Variations
Color information
#663C71 (or 0x663C71) is known color: Eminence. HEX triplet: 66, 3C and 71. RGB value is (102,60,113). Sum of RGB (Red+Green+Blue) = 102+60+113=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #663C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C71 is #99C38E. Grayscale: #4E4E4E. Windows color (decimal): -10077071 or 7421030. OLE color: 7421030.
HSL color Cylindrical-coordinate representation of color #663C71: hue angle of 287.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #663C71 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 60 | 113 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.56 |
| HSL | 287.55º | 0.31% | 0.34% | - |
| HSV(B) | 287.55º | 0.47% | 0.44% | - |
| XYZ | 10.08 | 7.25 | 16.49 | - |
| YUV | 78.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 113 | 0.10 | 0.47 | 0 | 0.56 | 287.55 | 0.31 | 0.34 |
| Hex | 66 | 3C | 71 | A | 2F | 0 | 38 | 120 | 1F | 22 |
| Octal | 146 | 74 | 161 | 12 | 57 | 0 | 70 | 440 | 37 | 42 |
| Binary | 1100110 | 111100 | 1110001 | 1010 | 101111 | 0 | 111000 | 100100000 | 11111 | 100010 |
Color Harmonies of #663C71
Complementary color
Monochromatic Colors of #663C71
Black with #663C71
Text Example
Text Example
White with #663C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C71; }
p { color: rgb(102,60,113); }
H1.HeaderClassName
{
color: #663C71;
}
.AnyTagClassName
{
color: #663C71;
}
</style>
background-color css
<style>
a { background-color: #663C71; }
a { background-color: rgb(102,60,113); }
div.DivClassName
{
background-color: #663C71;
}
.BgClassName
{
background-color: #663C71;
}
</style>
border-color css
<style>
span { border-color: #663C71; }
span { border-color: rgb(102,60,113); }
td.TdClassName
{
border-color: #663C71;
}
.TagClassName
{
border-color: #663C71;
}
</style>