Shades of Seance #64216D
Tints of Seance #64216D
RGB
CMYK
RGB Variations
Color information
#64216D (or 0x64216D) is known color: Seance. HEX triplet: 64, 21 and 6D. RGB value is (100,33,109). Sum of RGB (Red+Green+Blue) = 100+33+109=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #64216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64216D is #9BDE92. Grayscale: #3D3D3D. Windows color (decimal): -10215059 or 7151972. OLE color: 7151972.
HSL color Cylindrical-coordinate representation of color #64216D: hue angle of 292.89º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64216D is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 33 | 109 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.57 |
| HSL | 292.89º | 0.54% | 0.28% | - |
| HSV(B) | 292.89º | 0.7% | 0.43% | - |
| XYZ | 8.56 | 4.9 | 14.96 | - |
| YUV | 61.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 109 | 0.08 | 0.70 | 0 | 0.57 | 292.89 | 0.54 | 0.28 |
| Hex | 64 | 21 | 6D | 8 | 46 | 0 | 39 | 125 | 36 | 1C |
| Octal | 144 | 41 | 155 | 10 | 106 | 0 | 71 | 445 | 66 | 34 |
| Binary | 1100100 | 100001 | 1101101 | 1000 | 1000110 | 0 | 111001 | 100100101 | 110110 | 11100 |
Color Harmonies of #64216D
Complementary color
Monochromatic Colors of #64216D
Black with #64216D
Text Example
Text Example
White with #64216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64216D; }
p { color: rgb(100,33,109); }
H1.HeaderClassName
{
color: #64216D;
}
.AnyTagClassName
{
color: #64216D;
}
</style>
background-color css
<style>
a { background-color: #64216D; }
a { background-color: rgb(100,33,109); }
div.DivClassName
{
background-color: #64216D;
}
.BgClassName
{
background-color: #64216D;
}
</style>
border-color css
<style>
span { border-color: #64216D; }
span { border-color: rgb(100,33,109); }
td.TdClassName
{
border-color: #64216D;
}
.TagClassName
{
border-color: #64216D;
}
</style>