Shades of Seance #640F72
Tints of Seance #640F72
RGB
CMYK
RGB Variations
Color information
#640F72 (or 0x640F72) is known color: Seance. HEX triplet: 64, 0F and 72. RGB value is (100,15,114). Sum of RGB (Red+Green+Blue) = 100+15+114=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #640F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F72 is #9BF08D. Grayscale: #333333. Windows color (decimal): -10219662 or 7475044. OLE color: 7475044.
HSL color Cylindrical-coordinate representation of color #640F72: hue angle of 291.52º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640F72 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 15 | 114 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.55 |
| HSL | 291.52º | 0.77% | 0.25% | - |
| HSV(B) | 291.52º | 0.87% | 0.45% | - |
| XYZ | 8.46 | 4.27 | 16.3 | - |
| YUV | 51.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 114 | 0.12 | 0.87 | 0 | 0.55 | 291.52 | 0.77 | 0.25 |
| Hex | 64 | F | 72 | C | 57 | 0 | 37 | 124 | 4D | 19 |
| Octal | 144 | 17 | 162 | 14 | 127 | 0 | 67 | 444 | 115 | 31 |
| Binary | 1100100 | 1111 | 1110010 | 1100 | 1010111 | 0 | 110111 | 100100100 | 1001101 | 11001 |
Color Harmonies of #640F72
Complementary color
Monochromatic Colors of #640F72
Black with #640F72
Text Example
Text Example
White with #640F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F72; }
p { color: rgb(100,15,114); }
H1.HeaderClassName
{
color: #640F72;
}
.AnyTagClassName
{
color: #640F72;
}
</style>
background-color css
<style>
a { background-color: #640F72; }
a { background-color: rgb(100,15,114); }
div.DivClassName
{
background-color: #640F72;
}
.BgClassName
{
background-color: #640F72;
}
</style>
border-color css
<style>
span { border-color: #640F72; }
span { border-color: rgb(100,15,114); }
td.TdClassName
{
border-color: #640F72;
}
.TagClassName
{
border-color: #640F72;
}
</style>