Shades of Seance #641A72
Tints of Seance #641A72
RGB
CMYK
RGB Variations
Color information
#641A72 (or 0x641A72) is known color: Seance. HEX triplet: 64, 1A and 72. RGB value is (100,26,114). Sum of RGB (Red+Green+Blue) = 100+26+114=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #641A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641A72 is #9BE58D. Grayscale: #393939. Windows color (decimal): -10216846 or 7477860. OLE color: 7477860.
HSL color Cylindrical-coordinate representation of color #641A72: hue angle of 290.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641A72 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 26 | 114 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.55 |
| HSL | 290.45º | 0.63% | 0.27% | - |
| HSV(B) | 290.45º | 0.77% | 0.45% | - |
| XYZ | 8.66 | 4.66 | 16.36 | - |
| YUV | 58.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 114 | 0.12 | 0.77 | 0 | 0.55 | 290.45 | 0.63 | 0.27 |
| Hex | 64 | 1A | 72 | C | 4D | 0 | 37 | 122 | 3F | 1B |
| Octal | 144 | 32 | 162 | 14 | 115 | 0 | 67 | 442 | 77 | 33 |
| Binary | 1100100 | 11010 | 1110010 | 1100 | 1001101 | 0 | 110111 | 100100010 | 111111 | 11011 |
Color Harmonies of #641A72
Complementary color
Monochromatic Colors of #641A72
Black with #641A72
Text Example
Text Example
White with #641A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A72; }
p { color: rgb(100,26,114); }
H1.HeaderClassName
{
color: #641A72;
}
.AnyTagClassName
{
color: #641A72;
}
</style>
background-color css
<style>
a { background-color: #641A72; }
a { background-color: rgb(100,26,114); }
div.DivClassName
{
background-color: #641A72;
}
.BgClassName
{
background-color: #641A72;
}
</style>
border-color css
<style>
span { border-color: #641A72; }
span { border-color: rgb(100,26,114); }
td.TdClassName
{
border-color: #641A72;
}
.TagClassName
{
border-color: #641A72;
}
</style>