Shades of Seance #642E74
Tints of Seance #642E74
RGB
CMYK
RGB Variations
Color information
#642E74 (or 0x642E74) is known color: Seance. HEX triplet: 64, 2E and 74. RGB value is (100,46,116). Sum of RGB (Red+Green+Blue) = 100+46+116=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #642E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E74 is #9BD18B. Grayscale: #454545. Windows color (decimal): -10211724 or 7614052. OLE color: 7614052.
HSL color Cylindrical-coordinate representation of color #642E74: hue angle of 286.29º 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 #642E74 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 46 | 116 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.55 |
| HSL | 286.29º | 0.43% | 0.32% | - |
| HSV(B) | 286.29º | 0.6% | 0.45% | - |
| XYZ | 9.38 | 5.92 | 17.17 | - |
| YUV | 70.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 116 | 0.14 | 0.60 | 0 | 0.55 | 286.29 | 0.43 | 0.32 |
| Hex | 64 | 2E | 74 | E | 3C | 0 | 37 | 11E | 2B | 20 |
| Octal | 144 | 56 | 164 | 16 | 74 | 0 | 67 | 436 | 53 | 40 |
| Binary | 1100100 | 101110 | 1110100 | 1110 | 111100 | 0 | 110111 | 100011110 | 101011 | 100000 |
Color Harmonies of #642E74
Complementary color
Monochromatic Colors of #642E74
Black with #642E74
Text Example
Text Example
White with #642E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E74; }
p { color: rgb(100,46,116); }
H1.HeaderClassName
{
color: #642E74;
}
.AnyTagClassName
{
color: #642E74;
}
</style>
background-color css
<style>
a { background-color: #642E74; }
a { background-color: rgb(100,46,116); }
div.DivClassName
{
background-color: #642E74;
}
.BgClassName
{
background-color: #642E74;
}
</style>
border-color css
<style>
span { border-color: #642E74; }
span { border-color: rgb(100,46,116); }
td.TdClassName
{
border-color: #642E74;
}
.TagClassName
{
border-color: #642E74;
}
</style>