Shades of Seance #641C6F
Tints of Seance #641C6F
RGB
CMYK
RGB Variations
Color information
#641C6F (or 0x641C6F) is known color: Seance. HEX triplet: 64, 1C and 6F. RGB value is (100,28,111). Sum of RGB (Red+Green+Blue) = 100+28+111=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #641C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641C6F is #9BE390. Grayscale: #3A3A3A. Windows color (decimal): -10216337 or 7281764. OLE color: 7281764.
HSL color Cylindrical-coordinate representation of color #641C6F: hue angle of 292.05º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641C6F is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 28 | 111 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.56 |
| HSL | 292.05º | 0.6% | 0.27% | - |
| HSV(B) | 292.05º | 0.75% | 0.44% | - |
| XYZ | 8.54 | 4.69 | 15.49 | - |
| YUV | 58.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 111 | 0.10 | 0.75 | 0 | 0.56 | 292.05 | 0.6 | 0.27 |
| Hex | 64 | 1C | 6F | A | 4B | 0 | 38 | 124 | 3C | 1B |
| Octal | 144 | 34 | 157 | 12 | 113 | 0 | 70 | 444 | 74 | 33 |
| Binary | 1100100 | 11100 | 1101111 | 1010 | 1001011 | 0 | 111000 | 100100100 | 111100 | 11011 |
Color Harmonies of #641C6F
Complementary color
Monochromatic Colors of #641C6F
Black with #641C6F
Text Example
Text Example
White with #641C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641C6F; }
p { color: rgb(100,28,111); }
H1.HeaderClassName
{
color: #641C6F;
}
.AnyTagClassName
{
color: #641C6F;
}
</style>
background-color css
<style>
a { background-color: #641C6F; }
a { background-color: rgb(100,28,111); }
div.DivClassName
{
background-color: #641C6F;
}
.BgClassName
{
background-color: #641C6F;
}
</style>
border-color css
<style>
span { border-color: #641C6F; }
span { border-color: rgb(100,28,111); }
td.TdClassName
{
border-color: #641C6F;
}
.TagClassName
{
border-color: #641C6F;
}
</style>