Shades of Seance #641D80
Tints of Seance #641D80
RGB
CMYK
RGB Variations
Color information
#641D80 (or 0x641D80) is known color: Seance. HEX triplet: 64, 1D and 80. RGB value is (100,29,128). Sum of RGB (Red+Green+Blue) = 100+29+128=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #641D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641D80 is #9BE27F. Grayscale: #3D3D3D. Windows color (decimal): -10216064 or 8396132. OLE color: 8396132.
HSL color Cylindrical-coordinate representation of color #641D80: hue angle of 283.03º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641D80 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 29 | 128 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.50 |
| HSL | 283.03º | 0.63% | 0.31% | - |
| HSV(B) | 283.03º | 0.77% | 0.5% | - |
| XYZ | 9.59 | 5.15 | 20.91 | - |
| YUV | 61.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 128 | 0.22 | 0.77 | 0 | 0.50 | 283.03 | 0.63 | 0.31 |
| Hex | 64 | 1D | 80 | 16 | 4D | 0 | 32 | 11B | 3F | 1F |
| Octal | 144 | 35 | 200 | 26 | 115 | 0 | 62 | 433 | 77 | 37 |
| Binary | 1100100 | 11101 | 10000000 | 10110 | 1001101 | 0 | 110010 | 100011011 | 111111 | 11111 |
Color Harmonies of #641D80
Complementary color
Monochromatic Colors of #641D80
Black with #641D80
Text Example
Text Example
White with #641D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D80; }
p { color: rgb(100,29,128); }
H1.HeaderClassName
{
color: #641D80;
}
.AnyTagClassName
{
color: #641D80;
}
</style>
background-color css
<style>
a { background-color: #641D80; }
a { background-color: rgb(100,29,128); }
div.DivClassName
{
background-color: #641D80;
}
.BgClassName
{
background-color: #641D80;
}
</style>
border-color css
<style>
span { border-color: #641D80; }
span { border-color: rgb(100,29,128); }
td.TdClassName
{
border-color: #641D80;
}
.TagClassName
{
border-color: #641D80;
}
</style>