Shades of Seance #641A7C
Tints of Seance #641A7C
RGB
CMYK
RGB Variations
Color information
#641A7C (or 0x641A7C) is known color: Seance. HEX triplet: 64, 1A and 7C. RGB value is (100,26,124). Sum of RGB (Red+Green+Blue) = 100+26+124=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #641A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A7C is #9BE583. Grayscale: #3A3A3A. Windows color (decimal): -10216836 or 8133220. OLE color: 8133220.
HSL color Cylindrical-coordinate representation of color #641A7C: hue angle of 285.31º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641A7C is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 26 | 124 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.51 |
| HSL | 285.31º | 0.65% | 0.29% | - |
| HSV(B) | 285.31º | 0.79% | 0.49% | - |
| XYZ | 9.26 | 4.9 | 19.53 | - |
| YUV | 59.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 124 | 0.19 | 0.79 | 0 | 0.51 | 285.31 | 0.65 | 0.29 |
| Hex | 64 | 1A | 7C | 13 | 4F | 0 | 33 | 11D | 41 | 1D |
| Octal | 144 | 32 | 174 | 23 | 117 | 0 | 63 | 435 | 101 | 35 |
| Binary | 1100100 | 11010 | 1111100 | 10011 | 1001111 | 0 | 110011 | 100011101 | 1000001 | 11101 |
Color Harmonies of #641A7C
Complementary color
Monochromatic Colors of #641A7C
Black with #641A7C
Text Example
Text Example
White with #641A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A7C; }
p { color: rgb(100,26,124); }
H1.HeaderClassName
{
color: #641A7C;
}
.AnyTagClassName
{
color: #641A7C;
}
</style>
background-color css
<style>
a { background-color: #641A7C; }
a { background-color: rgb(100,26,124); }
div.DivClassName
{
background-color: #641A7C;
}
.BgClassName
{
background-color: #641A7C;
}
</style>
border-color css
<style>
span { border-color: #641A7C; }
span { border-color: rgb(100,26,124); }
td.TdClassName
{
border-color: #641A7C;
}
.TagClassName
{
border-color: #641A7C;
}
</style>