Shades of Seance #642C74
Tints of Seance #642C74
RGB
CMYK
RGB Variations
Color information
#642C74 (or 0x642C74) is known color: Seance. HEX triplet: 64, 2C and 74. RGB value is (100,44,116). Sum of RGB (Red+Green+Blue) = 100+44+116=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #642C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C74 is #9BD38B. Grayscale: #444444. Windows color (decimal): -10212236 or 7613540. OLE color: 7613540.
HSL color Cylindrical-coordinate representation of color #642C74: hue angle of 286.67º 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 #642C74 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 44 | 116 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.55 |
| HSL | 286.67º | 0.45% | 0.31% | - |
| HSV(B) | 286.67º | 0.62% | 0.45% | - |
| XYZ | 9.31 | 5.77 | 17.15 | - |
| YUV | 68.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 116 | 0.14 | 0.62 | 0 | 0.55 | 286.67 | 0.45 | 0.31 |
| Hex | 64 | 2C | 74 | E | 3E | 0 | 37 | 11F | 2D | 1F |
| Octal | 144 | 54 | 164 | 16 | 76 | 0 | 67 | 437 | 55 | 37 |
| Binary | 1100100 | 101100 | 1110100 | 1110 | 111110 | 0 | 110111 | 100011111 | 101101 | 11111 |
Color Harmonies of #642C74
Complementary color
Monochromatic Colors of #642C74
Black with #642C74
Text Example
Text Example
White with #642C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C74; }
p { color: rgb(100,44,116); }
H1.HeaderClassName
{
color: #642C74;
}
.AnyTagClassName
{
color: #642C74;
}
</style>
background-color css
<style>
a { background-color: #642C74; }
a { background-color: rgb(100,44,116); }
div.DivClassName
{
background-color: #642C74;
}
.BgClassName
{
background-color: #642C74;
}
</style>
border-color css
<style>
span { border-color: #642C74; }
span { border-color: rgb(100,44,116); }
td.TdClassName
{
border-color: #642C74;
}
.TagClassName
{
border-color: #642C74;
}
</style>