Shades of Seance #64227C
Tints of Seance #64227C
RGB
CMYK
RGB Variations
Color information
#64227C (or 0x64227C) is known color: Seance. HEX triplet: 64, 22 and 7C. RGB value is (100,34,124). Sum of RGB (Red+Green+Blue) = 100+34+124=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #64227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64227C is #9BDD83. Grayscale: #3F3F3F. Windows color (decimal): -10214788 or 8135268. OLE color: 8135268.
HSL color Cylindrical-coordinate representation of color #64227C: hue angle of 284º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64227C is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 34 | 124 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.51 |
| HSL | 284º | 0.57% | 0.31% | - |
| HSV(B) | 284º | 0.73% | 0.49% | - |
| XYZ | 9.47 | 5.31 | 19.59 | - |
| YUV | 63.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 124 | 0.19 | 0.73 | 0 | 0.51 | 284 | 0.57 | 0.31 |
| Hex | 64 | 22 | 7C | 13 | 49 | 0 | 33 | 11C | 39 | 1F |
| Octal | 144 | 42 | 174 | 23 | 111 | 0 | 63 | 434 | 71 | 37 |
| Binary | 1100100 | 100010 | 1111100 | 10011 | 1001001 | 0 | 110011 | 100011100 | 111001 | 11111 |
Color Harmonies of #64227C
Complementary color
Monochromatic Colors of #64227C
Black with #64227C
Text Example
Text Example
White with #64227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64227C; }
p { color: rgb(100,34,124); }
H1.HeaderClassName
{
color: #64227C;
}
.AnyTagClassName
{
color: #64227C;
}
</style>
background-color css
<style>
a { background-color: #64227C; }
a { background-color: rgb(100,34,124); }
div.DivClassName
{
background-color: #64227C;
}
.BgClassName
{
background-color: #64227C;
}
</style>
border-color css
<style>
span { border-color: #64227C; }
span { border-color: rgb(100,34,124); }
td.TdClassName
{
border-color: #64227C;
}
.TagClassName
{
border-color: #64227C;
}
</style>