Shades of Seance #642D71
Tints of Seance #642D71
RGB
CMYK
RGB Variations
Color information
#642D71 (or 0x642D71) is known color: Seance. HEX triplet: 64, 2D and 71. RGB value is (100,45,113). Sum of RGB (Red+Green+Blue) = 100+45+113=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #642D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642D71 is #9BD28E. Grayscale: #444444. Windows color (decimal): -10211983 or 7417188. OLE color: 7417188.
HSL color Cylindrical-coordinate representation of color #642D71: hue angle of 288.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #642D71 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 45 | 113 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.56 |
| HSL | 288.53º | 0.43% | 0.31% | - |
| HSV(B) | 288.53º | 0.6% | 0.44% | - |
| XYZ | 9.17 | 5.78 | 16.25 | - |
| YUV | 69.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 113 | 0.12 | 0.60 | 0 | 0.56 | 288.53 | 0.43 | 0.31 |
| Hex | 64 | 2D | 71 | C | 3C | 0 | 38 | 121 | 2B | 1F |
| Octal | 144 | 55 | 161 | 14 | 74 | 0 | 70 | 441 | 53 | 37 |
| Binary | 1100100 | 101101 | 1110001 | 1100 | 111100 | 0 | 111000 | 100100001 | 101011 | 11111 |
Color Harmonies of #642D71
Complementary color
Monochromatic Colors of #642D71
Black with #642D71
Text Example
Text Example
White with #642D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D71; }
p { color: rgb(100,45,113); }
H1.HeaderClassName
{
color: #642D71;
}
.AnyTagClassName
{
color: #642D71;
}
</style>
background-color css
<style>
a { background-color: #642D71; }
a { background-color: rgb(100,45,113); }
div.DivClassName
{
background-color: #642D71;
}
.BgClassName
{
background-color: #642D71;
}
</style>
border-color css
<style>
span { border-color: #642D71; }
span { border-color: rgb(100,45,113); }
td.TdClassName
{
border-color: #642D71;
}
.TagClassName
{
border-color: #642D71;
}
</style>