Shades of Seance #641372
Tints of Seance #641372
RGB
CMYK
RGB Variations
Color information
#641372 (or 0x641372) is known color: Seance. HEX triplet: 64, 13 and 72. RGB value is (100,19,114). Sum of RGB (Red+Green+Blue) = 100+19+114=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #641372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641372 is #9BEC8D. Grayscale: #353535. Windows color (decimal): -10218638 or 7476068. OLE color: 7476068.
HSL color Cylindrical-coordinate representation of color #641372: hue angle of 291.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641372 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 19 | 114 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.55 |
| HSL | 291.16º | 0.71% | 0.26% | - |
| HSV(B) | 291.16º | 0.83% | 0.45% | - |
| XYZ | 8.53 | 4.39 | 16.32 | - |
| YUV | 54.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 114 | 0.12 | 0.83 | 0 | 0.55 | 291.16 | 0.71 | 0.26 |
| Hex | 64 | 13 | 72 | C | 53 | 0 | 37 | 123 | 47 | 1A |
| Octal | 144 | 23 | 162 | 14 | 123 | 0 | 67 | 443 | 107 | 32 |
| Binary | 1100100 | 10011 | 1110010 | 1100 | 1010011 | 0 | 110111 | 100100011 | 1000111 | 11010 |
Color Harmonies of #641372
Complementary color
Monochromatic Colors of #641372
Black with #641372
Text Example
Text Example
White with #641372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641372; }
p { color: rgb(100,19,114); }
H1.HeaderClassName
{
color: #641372;
}
.AnyTagClassName
{
color: #641372;
}
</style>
background-color css
<style>
a { background-color: #641372; }
a { background-color: rgb(100,19,114); }
div.DivClassName
{
background-color: #641372;
}
.BgClassName
{
background-color: #641372;
}
</style>
border-color css
<style>
span { border-color: #641372; }
span { border-color: rgb(100,19,114); }
td.TdClassName
{
border-color: #641372;
}
.TagClassName
{
border-color: #641372;
}
</style>