Shades of Seance #641473
Tints of Seance #641473
RGB
CMYK
RGB Variations
Color information
#641473 (or 0x641473) is known color: Seance. HEX triplet: 64, 14 and 73. RGB value is (100,20,115). Sum of RGB (Red+Green+Blue) = 100+20+115=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #641473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641473 is #9BEB8C. Grayscale: #363636. Windows color (decimal): -10218381 or 7541860. OLE color: 7541860.
HSL color Cylindrical-coordinate representation of color #641473: hue angle of 290.53º degrees, saturation: 0.7, 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 #641473 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 20 | 115 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.55 |
| HSL | 290.53º | 0.7% | 0.26% | - |
| HSV(B) | 290.53º | 0.83% | 0.45% | - |
| XYZ | 8.6 | 4.45 | 16.62 | - |
| YUV | 54.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 115 | 0.13 | 0.83 | 0 | 0.55 | 290.53 | 0.7 | 0.26 |
| Hex | 64 | 14 | 73 | D | 53 | 0 | 37 | 123 | 46 | 1A |
| Octal | 144 | 24 | 163 | 15 | 123 | 0 | 67 | 443 | 106 | 32 |
| Binary | 1100100 | 10100 | 1110011 | 1101 | 1010011 | 0 | 110111 | 100100011 | 1000110 | 11010 |
Color Harmonies of #641473
Complementary color
Monochromatic Colors of #641473
Black with #641473
Text Example
Text Example
White with #641473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641473; }
p { color: rgb(100,20,115); }
H1.HeaderClassName
{
color: #641473;
}
.AnyTagClassName
{
color: #641473;
}
</style>
background-color css
<style>
a { background-color: #641473; }
a { background-color: rgb(100,20,115); }
div.DivClassName
{
background-color: #641473;
}
.BgClassName
{
background-color: #641473;
}
</style>
border-color css
<style>
span { border-color: #641473; }
span { border-color: rgb(100,20,115); }
td.TdClassName
{
border-color: #641473;
}
.TagClassName
{
border-color: #641473;
}
</style>