Shades of Seance #641E74
Tints of Seance #641E74
RGB
CMYK
RGB Variations
Color information
#641E74 (or 0x641E74) is known color: Seance. HEX triplet: 64, 1E and 74. RGB value is (100,30,116). Sum of RGB (Red+Green+Blue) = 100+30+116=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #641E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641E74 is #9BE18B. Grayscale: #3C3C3C. Windows color (decimal): -10215820 or 7609956. OLE color: 7609956.
HSL color Cylindrical-coordinate representation of color #641E74: hue angle of 288.84º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641E74 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 30 | 116 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.55 |
| HSL | 288.84º | 0.59% | 0.29% | - |
| HSV(B) | 288.84º | 0.74% | 0.45% | - |
| XYZ | 8.87 | 4.9 | 17 | - |
| YUV | 60.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 116 | 0.14 | 0.74 | 0 | 0.55 | 288.84 | 0.59 | 0.29 |
| Hex | 64 | 1E | 74 | E | 4A | 0 | 37 | 121 | 3B | 1D |
| Octal | 144 | 36 | 164 | 16 | 112 | 0 | 67 | 441 | 73 | 35 |
| Binary | 1100100 | 11110 | 1110100 | 1110 | 1001010 | 0 | 110111 | 100100001 | 111011 | 11101 |
Color Harmonies of #641E74
Complementary color
Monochromatic Colors of #641E74
Black with #641E74
Text Example
Text Example
White with #641E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641E74; }
p { color: rgb(100,30,116); }
H1.HeaderClassName
{
color: #641E74;
}
.AnyTagClassName
{
color: #641E74;
}
</style>
background-color css
<style>
a { background-color: #641E74; }
a { background-color: rgb(100,30,116); }
div.DivClassName
{
background-color: #641E74;
}
.BgClassName
{
background-color: #641E74;
}
</style>
border-color css
<style>
span { border-color: #641E74; }
span { border-color: rgb(100,30,116); }
td.TdClassName
{
border-color: #641E74;
}
.TagClassName
{
border-color: #641E74;
}
</style>