Shades of Seance #641E7F
Tints of Seance #641E7F
RGB
CMYK
RGB Variations
Color information
#641E7F (or 0x641E7F) is known color: Seance. HEX triplet: 64, 1E and 7F. RGB value is (100,30,127). Sum of RGB (Red+Green+Blue) = 100+30+127=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #641E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641E7F is #9BE180. Grayscale: #3D3D3D. Windows color (decimal): -10215809 or 8330852. OLE color: 8330852.
HSL color Cylindrical-coordinate representation of color #641E7F: hue angle of 283.3º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641E7F is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 30 | 127 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.50 |
| HSL | 283.3º | 0.62% | 0.31% | - |
| HSV(B) | 283.3º | 0.76% | 0.5% | - |
| XYZ | 9.55 | 5.17 | 20.57 | - |
| YUV | 61.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 127 | 0.21 | 0.76 | 0 | 0.50 | 283.3 | 0.62 | 0.31 |
| Hex | 64 | 1E | 7F | 15 | 4C | 0 | 32 | 11B | 3E | 1F |
| Octal | 144 | 36 | 177 | 25 | 114 | 0 | 62 | 433 | 76 | 37 |
| Binary | 1100100 | 11110 | 1111111 | 10101 | 1001100 | 0 | 110010 | 100011011 | 111110 | 11111 |
Color Harmonies of #641E7F
Complementary color
Monochromatic Colors of #641E7F
Black with #641E7F
Text Example
Text Example
White with #641E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641E7F; }
p { color: rgb(100,30,127); }
H1.HeaderClassName
{
color: #641E7F;
}
.AnyTagClassName
{
color: #641E7F;
}
</style>
background-color css
<style>
a { background-color: #641E7F; }
a { background-color: rgb(100,30,127); }
div.DivClassName
{
background-color: #641E7F;
}
.BgClassName
{
background-color: #641E7F;
}
</style>
border-color css
<style>
span { border-color: #641E7F; }
span { border-color: rgb(100,30,127); }
td.TdClassName
{
border-color: #641E7F;
}
.TagClassName
{
border-color: #641E7F;
}
</style>