Shades of Seance #642171
Tints of Seance #642171
RGB
CMYK
RGB Variations
Color information
#642171 (or 0x642171) is known color: Seance. HEX triplet: 64, 21 and 71. RGB value is (100,33,113). Sum of RGB (Red+Green+Blue) = 100+33+113=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #642171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642171 is #9BDE8E. Grayscale: #3D3D3D. Windows color (decimal): -10215055 or 7414116. OLE color: 7414116.
HSL color Cylindrical-coordinate representation of color #642171: hue angle of 290.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642171 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 33 | 113 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.56 |
| HSL | 290.25º | 0.55% | 0.29% | - |
| HSV(B) | 290.25º | 0.71% | 0.44% | - |
| XYZ | 8.78 | 4.99 | 16.12 | - |
| YUV | 62.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 113 | 0.12 | 0.71 | 0 | 0.56 | 290.25 | 0.55 | 0.29 |
| Hex | 64 | 21 | 71 | C | 47 | 0 | 38 | 122 | 37 | 1D |
| Octal | 144 | 41 | 161 | 14 | 107 | 0 | 70 | 442 | 67 | 35 |
| Binary | 1100100 | 100001 | 1110001 | 1100 | 1000111 | 0 | 111000 | 100100010 | 110111 | 11101 |
Color Harmonies of #642171
Complementary color
Monochromatic Colors of #642171
Black with #642171
Text Example
Text Example
White with #642171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642171; }
p { color: rgb(100,33,113); }
H1.HeaderClassName
{
color: #642171;
}
.AnyTagClassName
{
color: #642171;
}
</style>
background-color css
<style>
a { background-color: #642171; }
a { background-color: rgb(100,33,113); }
div.DivClassName
{
background-color: #642171;
}
.BgClassName
{
background-color: #642171;
}
</style>
border-color css
<style>
span { border-color: #642171; }
span { border-color: rgb(100,33,113); }
td.TdClassName
{
border-color: #642171;
}
.TagClassName
{
border-color: #642171;
}
</style>