Shades of Seance #681E7C
Tints of Seance #681E7C
RGB
CMYK
RGB Variations
Color information
#681E7C (or 0x681E7C) is known color: Seance. HEX triplet: 68, 1E and 7C. RGB value is (104,30,124). Sum of RGB (Red+Green+Blue) = 104+30+124=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #681E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E7C is #97E183. Grayscale: #3E3E3E. Windows color (decimal): -9953668 or 8134248. OLE color: 8134248.
HSL color Cylindrical-coordinate representation of color #681E7C: hue angle of 287.23º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681E7C is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 30 | 124 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.51 |
| HSL | 287.23º | 0.61% | 0.3% | - |
| HSV(B) | 287.23º | 0.76% | 0.49% | - |
| XYZ | 9.81 | 5.33 | 19.58 | - |
| YUV | 62.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 124 | 0.16 | 0.76 | 0 | 0.51 | 287.23 | 0.61 | 0.3 |
| Hex | 68 | 1E | 7C | 10 | 4C | 0 | 33 | 11F | 3D | 1E |
| Octal | 150 | 36 | 174 | 20 | 114 | 0 | 63 | 437 | 75 | 36 |
| Binary | 1101000 | 11110 | 1111100 | 10000 | 1001100 | 0 | 110011 | 100011111 | 111101 | 11110 |
Color Harmonies of #681E7C
Complementary color
Monochromatic Colors of #681E7C
Black with #681E7C
Text Example
Text Example
White with #681E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E7C; }
p { color: rgb(104,30,124); }
H1.HeaderClassName
{
color: #681E7C;
}
.AnyTagClassName
{
color: #681E7C;
}
</style>
background-color css
<style>
a { background-color: #681E7C; }
a { background-color: rgb(104,30,124); }
div.DivClassName
{
background-color: #681E7C;
}
.BgClassName
{
background-color: #681E7C;
}
</style>
border-color css
<style>
span { border-color: #681E7C; }
span { border-color: rgb(104,30,124); }
td.TdClassName
{
border-color: #681E7C;
}
.TagClassName
{
border-color: #681E7C;
}
</style>