Shades of Seance #642E78
Tints of Seance #642E78
RGB
CMYK
RGB Variations
Color information
#642E78 (or 0x642E78) is known color: Seance. HEX triplet: 64, 2E and 78. RGB value is (100,46,120). Sum of RGB (Red+Green+Blue) = 100+46+120=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #642E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E78 is #9BD187. Grayscale: #464646. Windows color (decimal): -10211720 or 7876196. OLE color: 7876196.
HSL color Cylindrical-coordinate representation of color #642E78: hue angle of 283.78º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642E78 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 46 | 120 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.53 |
| HSL | 283.78º | 0.45% | 0.33% | - |
| HSV(B) | 283.78º | 0.62% | 0.47% | - |
| XYZ | 9.62 | 6.02 | 18.42 | - |
| YUV | 70.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 120 | 0.17 | 0.62 | 0 | 0.53 | 283.78 | 0.45 | 0.33 |
| Hex | 64 | 2E | 78 | 11 | 3E | 0 | 35 | 11C | 2D | 21 |
| Octal | 144 | 56 | 170 | 21 | 76 | 0 | 65 | 434 | 55 | 41 |
| Binary | 1100100 | 101110 | 1111000 | 10001 | 111110 | 0 | 110101 | 100011100 | 101101 | 100001 |
Color Harmonies of #642E78
Complementary color
Monochromatic Colors of #642E78
Black with #642E78
Text Example
Text Example
White with #642E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E78; }
p { color: rgb(100,46,120); }
H1.HeaderClassName
{
color: #642E78;
}
.AnyTagClassName
{
color: #642E78;
}
</style>
background-color css
<style>
a { background-color: #642E78; }
a { background-color: rgb(100,46,120); }
div.DivClassName
{
background-color: #642E78;
}
.BgClassName
{
background-color: #642E78;
}
</style>
border-color css
<style>
span { border-color: #642E78; }
span { border-color: rgb(100,46,120); }
td.TdClassName
{
border-color: #642E78;
}
.TagClassName
{
border-color: #642E78;
}
</style>