Shades of Seance #641980
Tints of Seance #641980
RGB
CMYK
RGB Variations
Color information
#641980 (or 0x641980) is known color: Seance. HEX triplet: 64, 19 and 80. RGB value is (100,25,128). Sum of RGB (Red+Green+Blue) = 100+25+128=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #641980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641980 is #9BE67F. Grayscale: #3A3A3A. Windows color (decimal): -10217088 or 8395108. OLE color: 8395108.
HSL color Cylindrical-coordinate representation of color #641980: hue angle of 283.69º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641980 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 25 | 128 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.50 |
| HSL | 283.69º | 0.67% | 0.3% | - |
| HSV(B) | 283.69º | 0.8% | 0.5% | - |
| XYZ | 9.5 | 4.96 | 20.88 | - |
| YUV | 59.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 128 | 0.22 | 0.80 | 0 | 0.50 | 283.69 | 0.67 | 0.3 |
| Hex | 64 | 19 | 80 | 16 | 50 | 0 | 32 | 11C | 43 | 1E |
| Octal | 144 | 31 | 200 | 26 | 120 | 0 | 62 | 434 | 103 | 36 |
| Binary | 1100100 | 11001 | 10000000 | 10110 | 1010000 | 0 | 110010 | 100011100 | 1000011 | 11110 |
Color Harmonies of #641980
Complementary color
Monochromatic Colors of #641980
Black with #641980
Text Example
Text Example
White with #641980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641980; }
p { color: rgb(100,25,128); }
H1.HeaderClassName
{
color: #641980;
}
.AnyTagClassName
{
color: #641980;
}
</style>
background-color css
<style>
a { background-color: #641980; }
a { background-color: rgb(100,25,128); }
div.DivClassName
{
background-color: #641980;
}
.BgClassName
{
background-color: #641980;
}
</style>
border-color css
<style>
span { border-color: #641980; }
span { border-color: rgb(100,25,128); }
td.TdClassName
{
border-color: #641980;
}
.TagClassName
{
border-color: #641980;
}
</style>