Shades of Seance #64237C
Tints of Seance #64237C
RGB
CMYK
RGB Variations
Color information
#64237C (or 0x64237C) is known color: Seance. HEX triplet: 64, 23 and 7C. RGB value is (100,35,124). Sum of RGB (Red+Green+Blue) = 100+35+124=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #64237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64237C is #9BDC83. Grayscale: #404040. Windows color (decimal): -10214532 or 8135524. OLE color: 8135524.
HSL color Cylindrical-coordinate representation of color #64237C: hue angle of 283.82º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64237C is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 35 | 124 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.51 |
| HSL | 283.82º | 0.56% | 0.31% | - |
| HSV(B) | 283.82º | 0.72% | 0.49% | - |
| XYZ | 9.49 | 5.37 | 19.6 | - |
| YUV | 64.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 124 | 0.19 | 0.72 | 0 | 0.51 | 283.82 | 0.56 | 0.31 |
| Hex | 64 | 23 | 7C | 13 | 48 | 0 | 33 | 11C | 38 | 1F |
| Octal | 144 | 43 | 174 | 23 | 110 | 0 | 63 | 434 | 70 | 37 |
| Binary | 1100100 | 100011 | 1111100 | 10011 | 1001000 | 0 | 110011 | 100011100 | 111000 | 11111 |
Color Harmonies of #64237C
Complementary color
Monochromatic Colors of #64237C
Black with #64237C
Text Example
Text Example
White with #64237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64237C; }
p { color: rgb(100,35,124); }
H1.HeaderClassName
{
color: #64237C;
}
.AnyTagClassName
{
color: #64237C;
}
</style>
background-color css
<style>
a { background-color: #64237C; }
a { background-color: rgb(100,35,124); }
div.DivClassName
{
background-color: #64237C;
}
.BgClassName
{
background-color: #64237C;
}
</style>
border-color css
<style>
span { border-color: #64237C; }
span { border-color: rgb(100,35,124); }
td.TdClassName
{
border-color: #64237C;
}
.TagClassName
{
border-color: #64237C;
}
</style>