Shades of Eminence #663277
Tints of Eminence #663277
RGB
CMYK
RGB Variations
Color information
#663277 (or 0x663277) is known color: Eminence. HEX triplet: 66, 32 and 77. RGB value is (102,50,119). Sum of RGB (Red+Green+Blue) = 102+50+119=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #663277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663277 is #99CD88. Grayscale: #494949. Windows color (decimal): -10079625 or 7811686. OLE color: 7811686.
HSL color Cylindrical-coordinate representation of color #663277: hue angle of 285.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663277 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 50 | 119 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.53 |
| HSL | 285.22º | 0.41% | 0.33% | - |
| HSV(B) | 285.22º | 0.58% | 0.47% | - |
| XYZ | 9.95 | 6.44 | 18.17 | - |
| YUV | 73.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 119 | 0.14 | 0.58 | 0 | 0.53 | 285.22 | 0.41 | 0.33 |
| Hex | 66 | 32 | 77 | E | 3A | 0 | 35 | 11D | 29 | 21 |
| Octal | 146 | 62 | 167 | 16 | 72 | 0 | 65 | 435 | 51 | 41 |
| Binary | 1100110 | 110010 | 1110111 | 1110 | 111010 | 0 | 110101 | 100011101 | 101001 | 100001 |
Color Harmonies of #663277
Complementary color
Monochromatic Colors of #663277
Black with #663277
Text Example
Text Example
White with #663277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663277; }
p { color: rgb(102,50,119); }
H1.HeaderClassName
{
color: #663277;
}
.AnyTagClassName
{
color: #663277;
}
</style>
background-color css
<style>
a { background-color: #663277; }
a { background-color: rgb(102,50,119); }
div.DivClassName
{
background-color: #663277;
}
.BgClassName
{
background-color: #663277;
}
</style>
border-color css
<style>
span { border-color: #663277; }
span { border-color: rgb(102,50,119); }
td.TdClassName
{
border-color: #663277;
}
.TagClassName
{
border-color: #663277;
}
</style>