Shades of Seance #643272
Tints of Seance #643272
RGB
CMYK
RGB Variations
Color information
#643272 (or 0x643272) is known color: Seance. HEX triplet: 64, 32 and 72. RGB value is (100,50,114). Sum of RGB (Red+Green+Blue) = 100+50+114=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #643272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643272 is #9BCD8D. Grayscale: #484848. Windows color (decimal): -10210702 or 7484004. OLE color: 7484004.
HSL color Cylindrical-coordinate representation of color #643272: hue angle of 286.88º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #643272 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 50 | 114 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.55 |
| HSL | 286.88º | 0.39% | 0.32% | - |
| HSV(B) | 286.88º | 0.56% | 0.45% | - |
| XYZ | 9.43 | 6.21 | 16.62 | - |
| YUV | 72.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 114 | 0.12 | 0.56 | 0 | 0.55 | 286.88 | 0.39 | 0.32 |
| Hex | 64 | 32 | 72 | C | 38 | 0 | 37 | 11F | 27 | 20 |
| Octal | 144 | 62 | 162 | 14 | 70 | 0 | 67 | 437 | 47 | 40 |
| Binary | 1100100 | 110010 | 1110010 | 1100 | 111000 | 0 | 110111 | 100011111 | 100111 | 100000 |
Color Harmonies of #643272
Complementary color
Monochromatic Colors of #643272
Black with #643272
Text Example
Text Example
White with #643272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643272; }
p { color: rgb(100,50,114); }
H1.HeaderClassName
{
color: #643272;
}
.AnyTagClassName
{
color: #643272;
}
</style>
background-color css
<style>
a { background-color: #643272; }
a { background-color: rgb(100,50,114); }
div.DivClassName
{
background-color: #643272;
}
.BgClassName
{
background-color: #643272;
}
</style>
border-color css
<style>
span { border-color: #643272; }
span { border-color: rgb(100,50,114); }
td.TdClassName
{
border-color: #643272;
}
.TagClassName
{
border-color: #643272;
}
</style>