Shades of Seance #641C76
Tints of Seance #641C76
RGB
CMYK
RGB Variations
Color information
#641C76 (or 0x641C76) is known color: Seance. HEX triplet: 64, 1C and 76. RGB value is (100,28,118). Sum of RGB (Red+Green+Blue) = 100+28+118=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #641C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641C76 is #9BE389. Grayscale: #3B3B3B. Windows color (decimal): -10216330 or 7740516. OLE color: 7740516.
HSL color Cylindrical-coordinate representation of color #641C76: hue angle of 288º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641C76 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 28 | 118 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.54 |
| HSL | 288º | 0.62% | 0.29% | - |
| HSV(B) | 288º | 0.76% | 0.46% | - |
| XYZ | 8.94 | 4.85 | 17.6 | - |
| YUV | 59.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 118 | 0.15 | 0.76 | 0 | 0.54 | 288 | 0.62 | 0.29 |
| Hex | 64 | 1C | 76 | F | 4C | 0 | 36 | 120 | 3E | 1D |
| Octal | 144 | 34 | 166 | 17 | 114 | 0 | 66 | 440 | 76 | 35 |
| Binary | 1100100 | 11100 | 1110110 | 1111 | 1001100 | 0 | 110110 | 100100000 | 111110 | 11101 |
Color Harmonies of #641C76
Complementary color
Monochromatic Colors of #641C76
Black with #641C76
Text Example
Text Example
White with #641C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641C76; }
p { color: rgb(100,28,118); }
H1.HeaderClassName
{
color: #641C76;
}
.AnyTagClassName
{
color: #641C76;
}
</style>
background-color css
<style>
a { background-color: #641C76; }
a { background-color: rgb(100,28,118); }
div.DivClassName
{
background-color: #641C76;
}
.BgClassName
{
background-color: #641C76;
}
</style>
border-color css
<style>
span { border-color: #641C76; }
span { border-color: rgb(100,28,118); }
td.TdClassName
{
border-color: #641C76;
}
.TagClassName
{
border-color: #641C76;
}
</style>