Shades of Eminence #663871
Tints of Eminence #663871
RGB
CMYK
RGB Variations
Color information
#663871 (or 0x663871) is known color: Eminence. HEX triplet: 66, 38 and 71. RGB value is (102,56,113). Sum of RGB (Red+Green+Blue) = 102+56+113=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #663871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663871 is #99C78E. Grayscale: #4C4C4C. Windows color (decimal): -10078095 or 7420006. OLE color: 7420006.
HSL color Cylindrical-coordinate representation of color #663871: hue angle of 288.42º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663871 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 56 | 113 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.56 |
| HSL | 288.42º | 0.34% | 0.33% | - |
| HSV(B) | 288.42º | 0.5% | 0.44% | - |
| XYZ | 9.87 | 6.85 | 16.42 | - |
| YUV | 76.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 113 | 0.10 | 0.50 | 0 | 0.56 | 288.42 | 0.34 | 0.33 |
| Hex | 66 | 38 | 71 | A | 32 | 0 | 38 | 120 | 22 | 21 |
| Octal | 146 | 70 | 161 | 12 | 62 | 0 | 70 | 440 | 42 | 41 |
| Binary | 1100110 | 111000 | 1110001 | 1010 | 110010 | 0 | 111000 | 100100000 | 100010 | 100001 |
Color Harmonies of #663871
Complementary color
Monochromatic Colors of #663871
Black with #663871
Text Example
Text Example
White with #663871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663871; }
p { color: rgb(102,56,113); }
H1.HeaderClassName
{
color: #663871;
}
.AnyTagClassName
{
color: #663871;
}
</style>
background-color css
<style>
a { background-color: #663871; }
a { background-color: rgb(102,56,113); }
div.DivClassName
{
background-color: #663871;
}
.BgClassName
{
background-color: #663871;
}
</style>
border-color css
<style>
span { border-color: #663871; }
span { border-color: rgb(102,56,113); }
td.TdClassName
{
border-color: #663871;
}
.TagClassName
{
border-color: #663871;
}
</style>