Shades of Seance #642870
Tints of Seance #642870
RGB
CMYK
RGB Variations
Color information
#642870 (or 0x642870) is known color: Seance. HEX triplet: 64, 28 and 70. RGB value is (100,40,112). Sum of RGB (Red+Green+Blue) = 100+40+112=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #642870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642870 is #9BD78F. Grayscale: #414141. Windows color (decimal): -10213264 or 7350372. OLE color: 7350372.
HSL color Cylindrical-coordinate representation of color #642870: hue angle of 290º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642870 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 40 | 112 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.56 |
| HSL | 290º | 0.47% | 0.3% | - |
| HSV(B) | 290º | 0.64% | 0.44% | - |
| XYZ | 8.94 | 5.4 | 15.9 | - |
| YUV | 66.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 112 | 0.11 | 0.64 | 0 | 0.56 | 290 | 0.47 | 0.3 |
| Hex | 64 | 28 | 70 | B | 40 | 0 | 38 | 122 | 2F | 1E |
| Octal | 144 | 50 | 160 | 13 | 100 | 0 | 70 | 442 | 57 | 36 |
| Binary | 1100100 | 101000 | 1110000 | 1011 | 1000000 | 0 | 111000 | 100100010 | 101111 | 11110 |
Color Harmonies of #642870
Complementary color
Monochromatic Colors of #642870
Black with #642870
Text Example
Text Example
White with #642870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642870; }
p { color: rgb(100,40,112); }
H1.HeaderClassName
{
color: #642870;
}
.AnyTagClassName
{
color: #642870;
}
</style>
background-color css
<style>
a { background-color: #642870; }
a { background-color: rgb(100,40,112); }
div.DivClassName
{
background-color: #642870;
}
.BgClassName
{
background-color: #642870;
}
</style>
border-color css
<style>
span { border-color: #642870; }
span { border-color: rgb(100,40,112); }
td.TdClassName
{
border-color: #642870;
}
.TagClassName
{
border-color: #642870;
}
</style>