Shades of Seance #642C73
Tints of Seance #642C73
RGB
CMYK
RGB Variations
Color information
#642C73 (or 0x642C73) is known color: Seance. HEX triplet: 64, 2C and 73. RGB value is (100,44,115). Sum of RGB (Red+Green+Blue) = 100+44+115=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #642C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C73 is #9BD38C. Grayscale: #444444. Windows color (decimal): -10212237 or 7548004. OLE color: 7548004.
HSL color Cylindrical-coordinate representation of color #642C73: hue angle of 287.32º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642C73 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 44 | 115 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.55 |
| HSL | 287.32º | 0.45% | 0.31% | - |
| HSV(B) | 287.32º | 0.62% | 0.45% | - |
| XYZ | 9.25 | 5.75 | 16.84 | - |
| YUV | 68.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 115 | 0.13 | 0.62 | 0 | 0.55 | 287.32 | 0.45 | 0.31 |
| Hex | 64 | 2C | 73 | D | 3E | 0 | 37 | 11F | 2D | 1F |
| Octal | 144 | 54 | 163 | 15 | 76 | 0 | 67 | 437 | 55 | 37 |
| Binary | 1100100 | 101100 | 1110011 | 1101 | 111110 | 0 | 110111 | 100011111 | 101101 | 11111 |
Color Harmonies of #642C73
Complementary color
Monochromatic Colors of #642C73
Black with #642C73
Text Example
Text Example
White with #642C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C73; }
p { color: rgb(100,44,115); }
H1.HeaderClassName
{
color: #642C73;
}
.AnyTagClassName
{
color: #642C73;
}
</style>
background-color css
<style>
a { background-color: #642C73; }
a { background-color: rgb(100,44,115); }
div.DivClassName
{
background-color: #642C73;
}
.BgClassName
{
background-color: #642C73;
}
</style>
border-color css
<style>
span { border-color: #642C73; }
span { border-color: rgb(100,44,115); }
td.TdClassName
{
border-color: #642C73;
}
.TagClassName
{
border-color: #642C73;
}
</style>