Shades of Seance #643373
Tints of Seance #643373
RGB
CMYK
RGB Variations
Color information
#643373 (or 0x643373) is known color: Seance. HEX triplet: 64, 33 and 73. RGB value is (100,51,115). Sum of RGB (Red+Green+Blue) = 100+51+115=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #643373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643373 is #9BCC8C. Grayscale: #484848. Windows color (decimal): -10210445 or 7549796. OLE color: 7549796.
HSL color Cylindrical-coordinate representation of color #643373: hue angle of 285.94º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #643373 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 51 | 115 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.55 |
| HSL | 285.94º | 0.39% | 0.33% | - |
| HSV(B) | 285.94º | 0.56% | 0.45% | - |
| XYZ | 9.53 | 6.31 | 16.94 | - |
| YUV | 72.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 115 | 0.13 | 0.56 | 0 | 0.55 | 285.94 | 0.39 | 0.33 |
| Hex | 64 | 33 | 73 | D | 38 | 0 | 37 | 11E | 27 | 21 |
| Octal | 144 | 63 | 163 | 15 | 70 | 0 | 67 | 436 | 47 | 41 |
| Binary | 1100100 | 110011 | 1110011 | 1101 | 111000 | 0 | 110111 | 100011110 | 100111 | 100001 |
Color Harmonies of #643373
Complementary color
Monochromatic Colors of #643373
Black with #643373
Text Example
Text Example
White with #643373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643373; }
p { color: rgb(100,51,115); }
H1.HeaderClassName
{
color: #643373;
}
.AnyTagClassName
{
color: #643373;
}
</style>
background-color css
<style>
a { background-color: #643373; }
a { background-color: rgb(100,51,115); }
div.DivClassName
{
background-color: #643373;
}
.BgClassName
{
background-color: #643373;
}
</style>
border-color css
<style>
span { border-color: #643373; }
span { border-color: rgb(100,51,115); }
td.TdClassName
{
border-color: #643373;
}
.TagClassName
{
border-color: #643373;
}
</style>