Shades of Seance #681A79
Tints of Seance #681A79
RGB
CMYK
RGB Variations
Color information
#681A79 (or 0x681A79) is known color: Seance. HEX triplet: 68, 1A and 79. RGB value is (104,26,121). Sum of RGB (Red+Green+Blue) = 104+26+121=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #681A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A79 is #97E586. Grayscale: #3B3B3B. Windows color (decimal): -9954695 or 7936616. OLE color: 7936616.
HSL color Cylindrical-coordinate representation of color #681A79: hue angle of 289.26º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681A79 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 26 | 121 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.53 |
| HSL | 289.26º | 0.65% | 0.29% | - |
| HSV(B) | 289.26º | 0.79% | 0.47% | - |
| XYZ | 9.53 | 5.06 | 18.56 | - |
| YUV | 60.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 121 | 0.14 | 0.79 | 0 | 0.53 | 289.26 | 0.65 | 0.29 |
| Hex | 68 | 1A | 79 | E | 4F | 0 | 35 | 121 | 41 | 1D |
| Octal | 150 | 32 | 171 | 16 | 117 | 0 | 65 | 441 | 101 | 35 |
| Binary | 1101000 | 11010 | 1111001 | 1110 | 1001111 | 0 | 110101 | 100100001 | 1000001 | 11101 |
Color Harmonies of #681A79
Complementary color
Monochromatic Colors of #681A79
Black with #681A79
Text Example
Text Example
White with #681A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A79; }
p { color: rgb(104,26,121); }
H1.HeaderClassName
{
color: #681A79;
}
.AnyTagClassName
{
color: #681A79;
}
</style>
background-color css
<style>
a { background-color: #681A79; }
a { background-color: rgb(104,26,121); }
div.DivClassName
{
background-color: #681A79;
}
.BgClassName
{
background-color: #681A79;
}
</style>
border-color css
<style>
span { border-color: #681A79; }
span { border-color: rgb(104,26,121); }
td.TdClassName
{
border-color: #681A79;
}
.TagClassName
{
border-color: #681A79;
}
</style>