Shades of Seance #64146E
Tints of Seance #64146E
RGB
CMYK
RGB Variations
Color information
#64146E (or 0x64146E) is known color: Seance. HEX triplet: 64, 14 and 6E. RGB value is (100,20,110). Sum of RGB (Red+Green+Blue) = 100+20+110=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #64146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64146E is #9BEB91. Grayscale: #353535. Windows color (decimal): -10218386 or 7214180. OLE color: 7214180.
HSL color Cylindrical-coordinate representation of color #64146E: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64146E is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 20 | 110 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.57 |
| HSL | 293.33º | 0.69% | 0.25% | - |
| HSV(B) | 293.33º | 0.82% | 0.43% | - |
| XYZ | 8.32 | 4.34 | 15.15 | - |
| YUV | 54.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 110 | 0.09 | 0.82 | 0 | 0.57 | 293.33 | 0.69 | 0.25 |
| Hex | 64 | 14 | 6E | 9 | 52 | 0 | 39 | 125 | 45 | 19 |
| Octal | 144 | 24 | 156 | 11 | 122 | 0 | 71 | 445 | 105 | 31 |
| Binary | 1100100 | 10100 | 1101110 | 1001 | 1010010 | 0 | 111001 | 100100101 | 1000101 | 11001 |
Color Harmonies of #64146E
Complementary color
Monochromatic Colors of #64146E
Black with #64146E
Text Example
Text Example
White with #64146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64146E; }
p { color: rgb(100,20,110); }
H1.HeaderClassName
{
color: #64146E;
}
.AnyTagClassName
{
color: #64146E;
}
</style>
background-color css
<style>
a { background-color: #64146E; }
a { background-color: rgb(100,20,110); }
div.DivClassName
{
background-color: #64146E;
}
.BgClassName
{
background-color: #64146E;
}
</style>
border-color css
<style>
span { border-color: #64146E; }
span { border-color: rgb(100,20,110); }
td.TdClassName
{
border-color: #64146E;
}
.TagClassName
{
border-color: #64146E;
}
</style>