Shades of Seance #642C71
Tints of Seance #642C71
RGB
CMYK
RGB Variations
Color information
#642C71 (or 0x642C71) is known color: Seance. HEX triplet: 64, 2C and 71. RGB value is (100,44,113). Sum of RGB (Red+Green+Blue) = 100+44+113=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #642C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C71 is #9BD38E. Grayscale: #444444. Windows color (decimal): -10212239 or 7416932. OLE color: 7416932.
HSL color Cylindrical-coordinate representation of color #642C71: hue angle of 288.7º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #642C71 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 44 | 113 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.56 |
| HSL | 288.7º | 0.44% | 0.31% | - |
| HSV(B) | 288.7º | 0.61% | 0.44% | - |
| XYZ | 9.14 | 5.7 | 16.24 | - |
| YUV | 68.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 113 | 0.12 | 0.61 | 0 | 0.56 | 288.7 | 0.44 | 0.31 |
| Hex | 64 | 2C | 71 | C | 3D | 0 | 38 | 121 | 2C | 1F |
| Octal | 144 | 54 | 161 | 14 | 75 | 0 | 70 | 441 | 54 | 37 |
| Binary | 1100100 | 101100 | 1110001 | 1100 | 111101 | 0 | 111000 | 100100001 | 101100 | 11111 |
Color Harmonies of #642C71
Complementary color
Monochromatic Colors of #642C71
Black with #642C71
Text Example
Text Example
White with #642C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C71; }
p { color: rgb(100,44,113); }
H1.HeaderClassName
{
color: #642C71;
}
.AnyTagClassName
{
color: #642C71;
}
</style>
background-color css
<style>
a { background-color: #642C71; }
a { background-color: rgb(100,44,113); }
div.DivClassName
{
background-color: #642C71;
}
.BgClassName
{
background-color: #642C71;
}
</style>
border-color css
<style>
span { border-color: #642C71; }
span { border-color: rgb(100,44,113); }
td.TdClassName
{
border-color: #642C71;
}
.TagClassName
{
border-color: #642C71;
}
</style>