Shades of Seance #641A74
Tints of Seance #641A74
RGB
CMYK
RGB Variations
Color information
#641A74 (or 0x641A74) is known color: Seance. HEX triplet: 64, 1A and 74. RGB value is (100,26,116). Sum of RGB (Red+Green+Blue) = 100+26+116=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #641A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A74 is #9BE58B. Grayscale: #3A3A3A. Windows color (decimal): -10216844 or 7608932. OLE color: 7608932.
HSL color Cylindrical-coordinate representation of color #641A74: hue angle of 289.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641A74 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 26 | 116 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.55 |
| HSL | 289.33º | 0.63% | 0.28% | - |
| HSV(B) | 289.33º | 0.78% | 0.45% | - |
| XYZ | 8.78 | 4.71 | 16.97 | - |
| YUV | 58.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 116 | 0.14 | 0.78 | 0 | 0.55 | 289.33 | 0.63 | 0.28 |
| Hex | 64 | 1A | 74 | E | 4E | 0 | 37 | 121 | 3F | 1C |
| Octal | 144 | 32 | 164 | 16 | 116 | 0 | 67 | 441 | 77 | 34 |
| Binary | 1100100 | 11010 | 1110100 | 1110 | 1001110 | 0 | 110111 | 100100001 | 111111 | 11100 |
Color Harmonies of #641A74
Complementary color
Monochromatic Colors of #641A74
Black with #641A74
Text Example
Text Example
White with #641A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A74; }
p { color: rgb(100,26,116); }
H1.HeaderClassName
{
color: #641A74;
}
.AnyTagClassName
{
color: #641A74;
}
</style>
background-color css
<style>
a { background-color: #641A74; }
a { background-color: rgb(100,26,116); }
div.DivClassName
{
background-color: #641A74;
}
.BgClassName
{
background-color: #641A74;
}
</style>
border-color css
<style>
span { border-color: #641A74; }
span { border-color: rgb(100,26,116); }
td.TdClassName
{
border-color: #641A74;
}
.TagClassName
{
border-color: #641A74;
}
</style>