Shades of Seance #641972
Tints of Seance #641972
RGB
CMYK
RGB Variations
Color information
#641972 (or 0x641972) is known color: Seance. HEX triplet: 64, 19 and 72. RGB value is (100,25,114). Sum of RGB (Red+Green+Blue) = 100+25+114=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #641972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641972 is #9BE68D. Grayscale: #393939. Windows color (decimal): -10217102 or 7477604. OLE color: 7477604.
HSL color Cylindrical-coordinate representation of color #641972: hue angle of 290.56º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641972 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 25 | 114 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.55 |
| HSL | 290.56º | 0.64% | 0.27% | - |
| HSV(B) | 290.56º | 0.78% | 0.45% | - |
| XYZ | 8.64 | 4.62 | 16.36 | - |
| YUV | 57.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 114 | 0.12 | 0.78 | 0 | 0.55 | 290.56 | 0.64 | 0.27 |
| Hex | 64 | 19 | 72 | C | 4E | 0 | 37 | 123 | 40 | 1B |
| Octal | 144 | 31 | 162 | 14 | 116 | 0 | 67 | 443 | 100 | 33 |
| Binary | 1100100 | 11001 | 1110010 | 1100 | 1001110 | 0 | 110111 | 100100011 | 1000000 | 11011 |
Color Harmonies of #641972
Complementary color
Monochromatic Colors of #641972
Black with #641972
Text Example
Text Example
White with #641972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641972; }
p { color: rgb(100,25,114); }
H1.HeaderClassName
{
color: #641972;
}
.AnyTagClassName
{
color: #641972;
}
</style>
background-color css
<style>
a { background-color: #641972; }
a { background-color: rgb(100,25,114); }
div.DivClassName
{
background-color: #641972;
}
.BgClassName
{
background-color: #641972;
}
</style>
border-color css
<style>
span { border-color: #641972; }
span { border-color: rgb(100,25,114); }
td.TdClassName
{
border-color: #641972;
}
.TagClassName
{
border-color: #641972;
}
</style>