Shades of Seance #641877
Tints of Seance #641877
RGB
CMYK
RGB Variations
Color information
#641877 (or 0x641877) is known color: Seance. HEX triplet: 64, 18 and 77. RGB value is (100,24,119). Sum of RGB (Red+Green+Blue) = 100+24+119=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #641877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641877 is #9BE788. Grayscale: #393939. Windows color (decimal): -10217353 or 7805028. OLE color: 7805028.
HSL color Cylindrical-coordinate representation of color #641877: hue angle of 288º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641877 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 24 | 119 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.53 |
| HSL | 288º | 0.66% | 0.28% | - |
| HSV(B) | 288º | 0.8% | 0.47% | - |
| XYZ | 8.91 | 4.69 | 17.89 | - |
| YUV | 57.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 119 | 0.16 | 0.80 | 0 | 0.53 | 288 | 0.66 | 0.28 |
| Hex | 64 | 18 | 77 | 10 | 50 | 0 | 35 | 120 | 42 | 1C |
| Octal | 144 | 30 | 167 | 20 | 120 | 0 | 65 | 440 | 102 | 34 |
| Binary | 1100100 | 11000 | 1110111 | 10000 | 1010000 | 0 | 110101 | 100100000 | 1000010 | 11100 |
Color Harmonies of #641877
Complementary color
Monochromatic Colors of #641877
Black with #641877
Text Example
Text Example
White with #641877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641877; }
p { color: rgb(100,24,119); }
H1.HeaderClassName
{
color: #641877;
}
.AnyTagClassName
{
color: #641877;
}
</style>
background-color css
<style>
a { background-color: #641877; }
a { background-color: rgb(100,24,119); }
div.DivClassName
{
background-color: #641877;
}
.BgClassName
{
background-color: #641877;
}
</style>
border-color css
<style>
span { border-color: #641877; }
span { border-color: rgb(100,24,119); }
td.TdClassName
{
border-color: #641877;
}
.TagClassName
{
border-color: #641877;
}
</style>