Shades of Seance #643173
Tints of Seance #643173
RGB
CMYK
RGB Variations
Color information
#643173 (or 0x643173) is known color: Seance. HEX triplet: 64, 31 and 73. RGB value is (100,49,115). Sum of RGB (Red+Green+Blue) = 100+49+115=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #643173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643173 is #9BCE8C. Grayscale: #474747. Windows color (decimal): -10210957 or 7549284. OLE color: 7549284.
HSL color Cylindrical-coordinate representation of color #643173: hue angle of 286.36º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #643173 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 49 | 115 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.55 |
| HSL | 286.36º | 0.4% | 0.32% | - |
| HSV(B) | 286.36º | 0.57% | 0.45% | - |
| XYZ | 9.45 | 6.14 | 16.91 | - |
| YUV | 71.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 115 | 0.13 | 0.57 | 0 | 0.55 | 286.36 | 0.4 | 0.32 |
| Hex | 64 | 31 | 73 | D | 39 | 0 | 37 | 11E | 28 | 20 |
| Octal | 144 | 61 | 163 | 15 | 71 | 0 | 67 | 436 | 50 | 40 |
| Binary | 1100100 | 110001 | 1110011 | 1101 | 111001 | 0 | 110111 | 100011110 | 101000 | 100000 |
Color Harmonies of #643173
Complementary color
Monochromatic Colors of #643173
Black with #643173
Text Example
Text Example
White with #643173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643173; }
p { color: rgb(100,49,115); }
H1.HeaderClassName
{
color: #643173;
}
.AnyTagClassName
{
color: #643173;
}
</style>
background-color css
<style>
a { background-color: #643173; }
a { background-color: rgb(100,49,115); }
div.DivClassName
{
background-color: #643173;
}
.BgClassName
{
background-color: #643173;
}
</style>
border-color css
<style>
span { border-color: #643173; }
span { border-color: rgb(100,49,115); }
td.TdClassName
{
border-color: #643173;
}
.TagClassName
{
border-color: #643173;
}
</style>