Shades of Seance #641E76
Tints of Seance #641E76
RGB
CMYK
RGB Variations
Color information
#641E76 (or 0x641E76) is known color: Seance. HEX triplet: 64, 1E and 76. RGB value is (100,30,118). Sum of RGB (Red+Green+Blue) = 100+30+118=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #641E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641E76 is #9BE189. Grayscale: #3C3C3C. Windows color (decimal): -10215818 or 7741028. OLE color: 7741028.
HSL color Cylindrical-coordinate representation of color #641E76: hue angle of 287.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641E76 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 30 | 118 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.54 |
| HSL | 287.73º | 0.59% | 0.29% | - |
| HSV(B) | 287.73º | 0.75% | 0.46% | - |
| XYZ | 8.99 | 4.95 | 17.62 | - |
| YUV | 60.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 118 | 0.15 | 0.75 | 0 | 0.54 | 287.73 | 0.59 | 0.29 |
| Hex | 64 | 1E | 76 | F | 4B | 0 | 36 | 120 | 3B | 1D |
| Octal | 144 | 36 | 166 | 17 | 113 | 0 | 66 | 440 | 73 | 35 |
| Binary | 1100100 | 11110 | 1110110 | 1111 | 1001011 | 0 | 110110 | 100100000 | 111011 | 11101 |
Color Harmonies of #641E76
Complementary color
Monochromatic Colors of #641E76
Black with #641E76
Text Example
Text Example
White with #641E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641E76; }
p { color: rgb(100,30,118); }
H1.HeaderClassName
{
color: #641E76;
}
.AnyTagClassName
{
color: #641E76;
}
</style>
background-color css
<style>
a { background-color: #641E76; }
a { background-color: rgb(100,30,118); }
div.DivClassName
{
background-color: #641E76;
}
.BgClassName
{
background-color: #641E76;
}
</style>
border-color css
<style>
span { border-color: #641E76; }
span { border-color: rgb(100,30,118); }
td.TdClassName
{
border-color: #641E76;
}
.TagClassName
{
border-color: #641E76;
}
</style>