Shades of Seance #642C76
Tints of Seance #642C76
RGB
CMYK
RGB Variations
Color information
#642C76 (or 0x642C76) is known color: Seance. HEX triplet: 64, 2C and 76. RGB value is (100,44,118). Sum of RGB (Red+Green+Blue) = 100+44+118=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #642C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C76 is #9BD389. Grayscale: #444444. Windows color (decimal): -10212234 or 7744612. OLE color: 7744612.
HSL color Cylindrical-coordinate representation of color #642C76: hue angle of 285.41º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #642C76 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 44 | 118 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.54 |
| HSL | 285.41º | 0.46% | 0.32% | - |
| HSV(B) | 285.41º | 0.63% | 0.46% | - |
| XYZ | 9.43 | 5.82 | 17.77 | - |
| YUV | 69.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 118 | 0.15 | 0.63 | 0 | 0.54 | 285.41 | 0.46 | 0.32 |
| Hex | 64 | 2C | 76 | F | 3F | 0 | 36 | 11D | 2E | 20 |
| Octal | 144 | 54 | 166 | 17 | 77 | 0 | 66 | 435 | 56 | 40 |
| Binary | 1100100 | 101100 | 1110110 | 1111 | 111111 | 0 | 110110 | 100011101 | 101110 | 100000 |
Color Harmonies of #642C76
Complementary color
Monochromatic Colors of #642C76
Black with #642C76
Text Example
Text Example
White with #642C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C76; }
p { color: rgb(100,44,118); }
H1.HeaderClassName
{
color: #642C76;
}
.AnyTagClassName
{
color: #642C76;
}
</style>
background-color css
<style>
a { background-color: #642C76; }
a { background-color: rgb(100,44,118); }
div.DivClassName
{
background-color: #642C76;
}
.BgClassName
{
background-color: #642C76;
}
</style>
border-color css
<style>
span { border-color: #642C76; }
span { border-color: rgb(100,44,118); }
td.TdClassName
{
border-color: #642C76;
}
.TagClassName
{
border-color: #642C76;
}
</style>