Shades of Seance #64287A
Tints of Seance #64287A
RGB
CMYK
RGB Variations
Color information
#64287A (or 0x64287A) is known color: Seance. HEX triplet: 64, 28 and 7A. RGB value is (100,40,122). Sum of RGB (Red+Green+Blue) = 100+40+122=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #64287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64287A is #9BD785. Grayscale: #434343. Windows color (decimal): -10213254 or 8005732. OLE color: 8005732.
HSL color Cylindrical-coordinate representation of color #64287A: hue angle of 283.9º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64287A is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 40 | 122 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.52 |
| HSL | 283.9º | 0.51% | 0.32% | - |
| HSV(B) | 283.9º | 0.67% | 0.48% | - |
| XYZ | 9.53 | 5.63 | 19 | - |
| YUV | 67.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 122 | 0.18 | 0.67 | 0 | 0.52 | 283.9 | 0.51 | 0.32 |
| Hex | 64 | 28 | 7A | 12 | 43 | 0 | 34 | 11C | 33 | 20 |
| Octal | 144 | 50 | 172 | 22 | 103 | 0 | 64 | 434 | 63 | 40 |
| Binary | 1100100 | 101000 | 1111010 | 10010 | 1000011 | 0 | 110100 | 100011100 | 110011 | 100000 |
Color Harmonies of #64287A
Complementary color
Monochromatic Colors of #64287A
Black with #64287A
Text Example
Text Example
White with #64287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64287A; }
p { color: rgb(100,40,122); }
H1.HeaderClassName
{
color: #64287A;
}
.AnyTagClassName
{
color: #64287A;
}
</style>
background-color css
<style>
a { background-color: #64287A; }
a { background-color: rgb(100,40,122); }
div.DivClassName
{
background-color: #64287A;
}
.BgClassName
{
background-color: #64287A;
}
</style>
border-color css
<style>
span { border-color: #64287A; }
span { border-color: rgb(100,40,122); }
td.TdClassName
{
border-color: #64287A;
}
.TagClassName
{
border-color: #64287A;
}
</style>