Shades of Seance #641778
Tints of Seance #641778
RGB
CMYK
RGB Variations
Color information
#641778 (or 0x641778) is known color: Seance. HEX triplet: 64, 17 and 78. RGB value is (100,23,120). Sum of RGB (Red+Green+Blue) = 100+23+120=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #641778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641778 is #9BE887. Grayscale: #383838. Windows color (decimal): -10217608 or 7870308. OLE color: 7870308.
HSL color Cylindrical-coordinate representation of color #641778: hue angle of 287.63º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641778 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 23 | 120 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.53 |
| HSL | 287.63º | 0.68% | 0.28% | - |
| HSV(B) | 287.63º | 0.81% | 0.47% | - |
| XYZ | 8.95 | 4.68 | 18.2 | - |
| YUV | 57.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 120 | 0.17 | 0.81 | 0 | 0.53 | 287.63 | 0.68 | 0.28 |
| Hex | 64 | 17 | 78 | 11 | 51 | 0 | 35 | 120 | 44 | 1C |
| Octal | 144 | 27 | 170 | 21 | 121 | 0 | 65 | 440 | 104 | 34 |
| Binary | 1100100 | 10111 | 1111000 | 10001 | 1010001 | 0 | 110101 | 100100000 | 1000100 | 11100 |
Color Harmonies of #641778
Complementary color
Monochromatic Colors of #641778
Black with #641778
Text Example
Text Example
White with #641778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641778; }
p { color: rgb(100,23,120); }
H1.HeaderClassName
{
color: #641778;
}
.AnyTagClassName
{
color: #641778;
}
</style>
background-color css
<style>
a { background-color: #641778; }
a { background-color: rgb(100,23,120); }
div.DivClassName
{
background-color: #641778;
}
.BgClassName
{
background-color: #641778;
}
</style>
border-color css
<style>
span { border-color: #641778; }
span { border-color: rgb(100,23,120); }
td.TdClassName
{
border-color: #641778;
}
.TagClassName
{
border-color: #641778;
}
</style>