Shades of Seance #681E79
Tints of Seance #681E79
RGB
CMYK
RGB Variations
Color information
#681E79 (or 0x681E79) is known color: Seance. HEX triplet: 68, 1E and 79. RGB value is (104,30,121). Sum of RGB (Red+Green+Blue) = 104+30+121=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #681E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681E79 is #97E186. Grayscale: #3E3E3E. Windows color (decimal): -9953671 or 7937640. OLE color: 7937640.
HSL color Cylindrical-coordinate representation of color #681E79: hue angle of 288.79º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681E79 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 30 | 121 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.53 |
| HSL | 288.79º | 0.6% | 0.3% | - |
| HSV(B) | 288.79º | 0.75% | 0.47% | - |
| XYZ | 9.62 | 5.25 | 18.6 | - |
| YUV | 62.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 121 | 0.14 | 0.75 | 0 | 0.53 | 288.79 | 0.6 | 0.3 |
| Hex | 68 | 1E | 79 | E | 4B | 0 | 35 | 121 | 3C | 1E |
| Octal | 150 | 36 | 171 | 16 | 113 | 0 | 65 | 441 | 74 | 36 |
| Binary | 1101000 | 11110 | 1111001 | 1110 | 1001011 | 0 | 110101 | 100100001 | 111100 | 11110 |
Color Harmonies of #681E79
Complementary color
Monochromatic Colors of #681E79
Black with #681E79
Text Example
Text Example
White with #681E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681E79; }
p { color: rgb(104,30,121); }
H1.HeaderClassName
{
color: #681E79;
}
.AnyTagClassName
{
color: #681E79;
}
</style>
background-color css
<style>
a { background-color: #681E79; }
a { background-color: rgb(104,30,121); }
div.DivClassName
{
background-color: #681E79;
}
.BgClassName
{
background-color: #681E79;
}
</style>
border-color css
<style>
span { border-color: #681E79; }
span { border-color: rgb(104,30,121); }
td.TdClassName
{
border-color: #681E79;
}
.TagClassName
{
border-color: #681E79;
}
</style>