Shades of Seance #64257D
Tints of Seance #64257D
RGB
CMYK
RGB Variations
Color information
#64257D (or 0x64257D) is known color: Seance. HEX triplet: 64, 25 and 7D. RGB value is (100,37,125). Sum of RGB (Red+Green+Blue) = 100+37+125=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #64257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64257D is #9BDA82. Grayscale: #414141. Windows color (decimal): -10214019 or 8201572. OLE color: 8201572.
HSL color Cylindrical-coordinate representation of color #64257D: hue angle of 282.95º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64257D is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 37 | 125 | - |
| CMYK | 0.2 | 0.70 | 0 | 0.51 |
| HSL | 282.95º | 0.54% | 0.32% | - |
| HSV(B) | 282.95º | 0.7% | 0.49% | - |
| XYZ | 9.62 | 5.51 | 19.96 | - |
| YUV | 65.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 125 | 0.2 | 0.70 | 0 | 0.51 | 282.95 | 0.54 | 0.32 |
| Hex | 64 | 25 | 7D | 14 | 46 | 0 | 33 | 11B | 36 | 20 |
| Octal | 144 | 45 | 175 | 24 | 106 | 0 | 63 | 433 | 66 | 40 |
| Binary | 1100100 | 100101 | 1111101 | 10100 | 1000110 | 0 | 110011 | 100011011 | 110110 | 100000 |
Color Harmonies of #64257D
Complementary color
Monochromatic Colors of #64257D
Black with #64257D
Text Example
Text Example
White with #64257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64257D; }
p { color: rgb(100,37,125); }
H1.HeaderClassName
{
color: #64257D;
}
.AnyTagClassName
{
color: #64257D;
}
</style>
background-color css
<style>
a { background-color: #64257D; }
a { background-color: rgb(100,37,125); }
div.DivClassName
{
background-color: #64257D;
}
.BgClassName
{
background-color: #64257D;
}
</style>
border-color css
<style>
span { border-color: #64257D; }
span { border-color: rgb(100,37,125); }
td.TdClassName
{
border-color: #64257D;
}
.TagClassName
{
border-color: #64257D;
}
</style>