Shades of Seance #642E73
Tints of Seance #642E73
RGB
CMYK
RGB Variations
Color information
#642E73 (or 0x642E73) is known color: Seance. HEX triplet: 64, 2E and 73. RGB value is (100,46,115). Sum of RGB (Red+Green+Blue) = 100+46+115=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #642E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E73 is #9BD18C. Grayscale: #454545. Windows color (decimal): -10211725 or 7548516. OLE color: 7548516.
HSL color Cylindrical-coordinate representation of color #642E73: hue angle of 286.96º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #642E73 is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 46 | 115 | - |
| CMYK | 0.13 | 0.6 | 0 | 0.55 |
| HSL | 286.96º | 0.43% | 0.32% | - |
| HSV(B) | 286.96º | 0.6% | 0.45% | - |
| XYZ | 9.33 | 5.9 | 16.87 | - |
| YUV | 70.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 115 | 0.13 | 0.6 | 0 | 0.55 | 286.96 | 0.43 | 0.32 |
| Hex | 64 | 2E | 73 | D | 3C | 0 | 37 | 11F | 2B | 20 |
| Octal | 144 | 56 | 163 | 15 | 74 | 0 | 67 | 437 | 53 | 40 |
| Binary | 1100100 | 101110 | 1110011 | 1101 | 111100 | 0 | 110111 | 100011111 | 101011 | 100000 |
Color Harmonies of #642E73
Complementary color
Monochromatic Colors of #642E73
Black with #642E73
Text Example
Text Example
White with #642E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E73; }
p { color: rgb(100,46,115); }
H1.HeaderClassName
{
color: #642E73;
}
.AnyTagClassName
{
color: #642E73;
}
</style>
background-color css
<style>
a { background-color: #642E73; }
a { background-color: rgb(100,46,115); }
div.DivClassName
{
background-color: #642E73;
}
.BgClassName
{
background-color: #642E73;
}
</style>
border-color css
<style>
span { border-color: #642E73; }
span { border-color: rgb(100,46,115); }
td.TdClassName
{
border-color: #642E73;
}
.TagClassName
{
border-color: #642E73;
}
</style>