Shades of Seance #64316C
Tints of Seance #64316C
RGB
CMYK
RGB Variations
Color information
#64316C (or 0x64316C) is known color: Seance. HEX triplet: 64, 31 and 6C. RGB value is (100,49,108). Sum of RGB (Red+Green+Blue) = 100+49+108=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #64316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64316C is #9BCE93. Grayscale: #464646. Windows color (decimal): -10210964 or 7090532. OLE color: 7090532.
HSL color Cylindrical-coordinate representation of color #64316C: hue angle of 291.86º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64316C is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 49 | 108 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.58 |
| HSL | 291.86º | 0.38% | 0.31% | - |
| HSV(B) | 291.86º | 0.55% | 0.42% | - |
| XYZ | 9.06 | 5.99 | 14.87 | - |
| YUV | 70.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 108 | 0.07 | 0.55 | 0 | 0.58 | 291.86 | 0.38 | 0.31 |
| Hex | 64 | 31 | 6C | 7 | 37 | 0 | 3A | 124 | 26 | 1F |
| Octal | 144 | 61 | 154 | 7 | 67 | 0 | 72 | 444 | 46 | 37 |
| Binary | 1100100 | 110001 | 1101100 | 111 | 110111 | 0 | 111010 | 100100100 | 100110 | 11111 |
Color Harmonies of #64316C
Complementary color
Monochromatic Colors of #64316C
Black with #64316C
Text Example
Text Example
White with #64316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64316C; }
p { color: rgb(100,49,108); }
H1.HeaderClassName
{
color: #64316C;
}
.AnyTagClassName
{
color: #64316C;
}
</style>
background-color css
<style>
a { background-color: #64316C; }
a { background-color: rgb(100,49,108); }
div.DivClassName
{
background-color: #64316C;
}
.BgClassName
{
background-color: #64316C;
}
</style>
border-color css
<style>
span { border-color: #64316C; }
span { border-color: rgb(100,49,108); }
td.TdClassName
{
border-color: #64316C;
}
.TagClassName
{
border-color: #64316C;
}
</style>