Shades of Seance #64227F
Tints of Seance #64227F
RGB
CMYK
RGB Variations
Color information
#64227F (or 0x64227F) is known color: Seance. HEX triplet: 64, 22 and 7F. RGB value is (100,34,127). Sum of RGB (Red+Green+Blue) = 100+34+127=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #64227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64227F is #9BDD80. Grayscale: #404040. Windows color (decimal): -10214785 or 8331876. OLE color: 8331876.
HSL color Cylindrical-coordinate representation of color #64227F: hue angle of 282.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64227F is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 34 | 127 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.50 |
| HSL | 282.58º | 0.58% | 0.32% | - |
| HSV(B) | 282.58º | 0.73% | 0.5% | - |
| XYZ | 9.66 | 5.39 | 20.61 | - |
| YUV | 64.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 127 | 0.21 | 0.73 | 0 | 0.50 | 282.58 | 0.58 | 0.32 |
| Hex | 64 | 22 | 7F | 15 | 49 | 0 | 32 | 11B | 3A | 20 |
| Octal | 144 | 42 | 177 | 25 | 111 | 0 | 62 | 433 | 72 | 40 |
| Binary | 1100100 | 100010 | 1111111 | 10101 | 1001001 | 0 | 110010 | 100011011 | 111010 | 100000 |
Color Harmonies of #64227F
Complementary color
Monochromatic Colors of #64227F
Black with #64227F
Text Example
Text Example
White with #64227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64227F; }
p { color: rgb(100,34,127); }
H1.HeaderClassName
{
color: #64227F;
}
.AnyTagClassName
{
color: #64227F;
}
</style>
background-color css
<style>
a { background-color: #64227F; }
a { background-color: rgb(100,34,127); }
div.DivClassName
{
background-color: #64227F;
}
.BgClassName
{
background-color: #64227F;
}
</style>
border-color css
<style>
span { border-color: #64227F; }
span { border-color: rgb(100,34,127); }
td.TdClassName
{
border-color: #64227F;
}
.TagClassName
{
border-color: #64227F;
}
</style>