Shades of Seance #643565
Tints of Seance #643565
RGB
CMYK
RGB Variations
Color information
#643565 (or 0x643565) is known color: Seance. HEX triplet: 64, 35 and 65. RGB value is (100,53,101). Sum of RGB (Red+Green+Blue) = 100+53+101=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #643565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643565 is #9BCA9A. Grayscale: #484848. Windows color (decimal): -10209947 or 6632804. OLE color: 6632804.
HSL color Cylindrical-coordinate representation of color #643565: hue angle of 298.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #643565 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 53 | 101 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.60 |
| HSL | 298.75º | 0.31% | 0.3% | - |
| HSV(B) | 298.75º | 0.48% | 0.4% | - |
| XYZ | 8.88 | 6.2 | 13.04 | - |
| YUV | 72.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 101 | 0.01 | 0.48 | 0 | 0.60 | 298.75 | 0.31 | 0.3 |
| Hex | 64 | 35 | 65 | 1 | 30 | 0 | 3C | 12B | 1F | 1E |
| Octal | 144 | 65 | 145 | 1 | 60 | 0 | 74 | 453 | 37 | 36 |
| Binary | 1100100 | 110101 | 1100101 | 1 | 110000 | 0 | 111100 | 100101011 | 11111 | 11110 |
Color Harmonies of #643565
Complementary color
Monochromatic Colors of #643565
Black with #643565
Text Example
Text Example
White with #643565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643565; }
p { color: rgb(100,53,101); }
H1.HeaderClassName
{
color: #643565;
}
.AnyTagClassName
{
color: #643565;
}
</style>
background-color css
<style>
a { background-color: #643565; }
a { background-color: rgb(100,53,101); }
div.DivClassName
{
background-color: #643565;
}
.BgClassName
{
background-color: #643565;
}
</style>
border-color css
<style>
span { border-color: #643565; }
span { border-color: rgb(100,53,101); }
td.TdClassName
{
border-color: #643565;
}
.TagClassName
{
border-color: #643565;
}
</style>