Shades of Seance #642078
Tints of Seance #642078
RGB
CMYK
RGB Variations
Color information
#642078 (or 0x642078) is known color: Seance. HEX triplet: 64, 20 and 78. RGB value is (100,32,120). Sum of RGB (Red+Green+Blue) = 100+32+120=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #642078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642078 is #9BDF87. Grayscale: #3E3E3E. Windows color (decimal): -10215304 or 7872612. OLE color: 7872612.
HSL color Cylindrical-coordinate representation of color #642078: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642078 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 32 | 120 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.53 |
| HSL | 286.36º | 0.58% | 0.3% | - |
| HSV(B) | 286.36º | 0.73% | 0.47% | - |
| XYZ | 9.16 | 5.1 | 18.27 | - |
| YUV | 62.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 120 | 0.17 | 0.73 | 0 | 0.53 | 286.36 | 0.58 | 0.3 |
| Hex | 64 | 20 | 78 | 11 | 49 | 0 | 35 | 11E | 3A | 1E |
| Octal | 144 | 40 | 170 | 21 | 111 | 0 | 65 | 436 | 72 | 36 |
| Binary | 1100100 | 100000 | 1111000 | 10001 | 1001001 | 0 | 110101 | 100011110 | 111010 | 11110 |
Color Harmonies of #642078
Complementary color
Monochromatic Colors of #642078
Black with #642078
Text Example
Text Example
White with #642078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642078; }
p { color: rgb(100,32,120); }
H1.HeaderClassName
{
color: #642078;
}
.AnyTagClassName
{
color: #642078;
}
</style>
background-color css
<style>
a { background-color: #642078; }
a { background-color: rgb(100,32,120); }
div.DivClassName
{
background-color: #642078;
}
.BgClassName
{
background-color: #642078;
}
</style>
border-color css
<style>
span { border-color: #642078; }
span { border-color: rgb(100,32,120); }
td.TdClassName
{
border-color: #642078;
}
.TagClassName
{
border-color: #642078;
}
</style>