Shades of Eminence #643F6C
Tints of Eminence #643F6C
RGB
CMYK
RGB Variations
Color information
#643F6C (or 0x643F6C) is known color: Eminence. HEX triplet: 64, 3F and 6C. RGB value is (100,63,108). Sum of RGB (Red+Green+Blue) = 100+63+108=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #643F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643F6C is #9BC093. Grayscale: #4F4F4F. Windows color (decimal): -10207380 or 7094116. OLE color: 7094116.
HSL color Cylindrical-coordinate representation of color #643F6C: hue angle of 289.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643F6C is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 63 | 108 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.58 |
| HSL | 289.33º | 0.26% | 0.34% | - |
| HSV(B) | 289.33º | 0.42% | 0.42% | - |
| XYZ | 9.74 | 7.35 | 15.09 | - |
| YUV | 79.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 108 | 0.07 | 0.42 | 0 | 0.58 | 289.33 | 0.26 | 0.34 |
| Hex | 64 | 3F | 6C | 7 | 2A | 0 | 3A | 121 | 1A | 22 |
| Octal | 144 | 77 | 154 | 7 | 52 | 0 | 72 | 441 | 32 | 42 |
| Binary | 1100100 | 111111 | 1101100 | 111 | 101010 | 0 | 111010 | 100100001 | 11010 | 100010 |
Color Harmonies of #643F6C
Complementary color
Monochromatic Colors of #643F6C
Black with #643F6C
Text Example
Text Example
White with #643F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F6C; }
p { color: rgb(100,63,108); }
H1.HeaderClassName
{
color: #643F6C;
}
.AnyTagClassName
{
color: #643F6C;
}
</style>
background-color css
<style>
a { background-color: #643F6C; }
a { background-color: rgb(100,63,108); }
div.DivClassName
{
background-color: #643F6C;
}
.BgClassName
{
background-color: #643F6C;
}
</style>
border-color css
<style>
span { border-color: #643F6C; }
span { border-color: rgb(100,63,108); }
td.TdClassName
{
border-color: #643F6C;
}
.TagClassName
{
border-color: #643F6C;
}
</style>