Shades of Seance #64116F
Tints of Seance #64116F
RGB
CMYK
RGB Variations
Color information
#64116F (or 0x64116F) is known color: Seance. HEX triplet: 64, 11 and 6F. RGB value is (100,17,111). Sum of RGB (Red+Green+Blue) = 100+17+111=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #64116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64116F is #9BEE90. Grayscale: #343434. Windows color (decimal): -10219153 or 7278948. OLE color: 7278948.
HSL color Cylindrical-coordinate representation of color #64116F: hue angle of 292.98º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64116F is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 17 | 111 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.56 |
| HSL | 292.98º | 0.73% | 0.25% | - |
| HSV(B) | 292.98º | 0.85% | 0.44% | - |
| XYZ | 8.33 | 4.26 | 15.42 | - |
| YUV | 52.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 111 | 0.10 | 0.85 | 0 | 0.56 | 292.98 | 0.73 | 0.25 |
| Hex | 64 | 11 | 6F | A | 55 | 0 | 38 | 125 | 49 | 19 |
| Octal | 144 | 21 | 157 | 12 | 125 | 0 | 70 | 445 | 111 | 31 |
| Binary | 1100100 | 10001 | 1101111 | 1010 | 1010101 | 0 | 111000 | 100100101 | 1001001 | 11001 |
Color Harmonies of #64116F
Complementary color
Monochromatic Colors of #64116F
Black with #64116F
Text Example
Text Example
White with #64116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64116F; }
p { color: rgb(100,17,111); }
H1.HeaderClassName
{
color: #64116F;
}
.AnyTagClassName
{
color: #64116F;
}
</style>
background-color css
<style>
a { background-color: #64116F; }
a { background-color: rgb(100,17,111); }
div.DivClassName
{
background-color: #64116F;
}
.BgClassName
{
background-color: #64116F;
}
</style>
border-color css
<style>
span { border-color: #64116F; }
span { border-color: rgb(100,17,111); }
td.TdClassName
{
border-color: #64116F;
}
.TagClassName
{
border-color: #64116F;
}
</style>