Shades of Seance #641574
Tints of Seance #641574
RGB
CMYK
RGB Variations
Color information
#641574 (or 0x641574) is known color: Seance. HEX triplet: 64, 15 and 74. RGB value is (100,21,116). Sum of RGB (Red+Green+Blue) = 100+21+116=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #641574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641574 is #9BEA8B. Grayscale: #373737. Windows color (decimal): -10218124 or 7607652. OLE color: 7607652.
HSL color Cylindrical-coordinate representation of color #641574: hue angle of 289.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641574 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 21 | 116 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.55 |
| HSL | 289.89º | 0.69% | 0.27% | - |
| HSV(B) | 289.89º | 0.82% | 0.45% | - |
| XYZ | 8.68 | 4.51 | 16.94 | - |
| YUV | 55.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 116 | 0.14 | 0.82 | 0 | 0.55 | 289.89 | 0.69 | 0.27 |
| Hex | 64 | 15 | 74 | E | 52 | 0 | 37 | 122 | 45 | 1B |
| Octal | 144 | 25 | 164 | 16 | 122 | 0 | 67 | 442 | 105 | 33 |
| Binary | 1100100 | 10101 | 1110100 | 1110 | 1010010 | 0 | 110111 | 100100010 | 1000101 | 11011 |
Color Harmonies of #641574
Complementary color
Monochromatic Colors of #641574
Black with #641574
Text Example
Text Example
White with #641574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641574; }
p { color: rgb(100,21,116); }
H1.HeaderClassName
{
color: #641574;
}
.AnyTagClassName
{
color: #641574;
}
</style>
background-color css
<style>
a { background-color: #641574; }
a { background-color: rgb(100,21,116); }
div.DivClassName
{
background-color: #641574;
}
.BgClassName
{
background-color: #641574;
}
</style>
border-color css
<style>
span { border-color: #641574; }
span { border-color: rgb(100,21,116); }
td.TdClassName
{
border-color: #641574;
}
.TagClassName
{
border-color: #641574;
}
</style>