Shades of Seance #681782
Tints of Seance #681782
RGB
CMYK
RGB Variations
Color information
#681782 (or 0x681782) is known color: Seance. HEX triplet: 68, 17 and 82. RGB value is (104,23,130). Sum of RGB (Red+Green+Blue) = 104+23+130=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #681782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681782 is #97E87D. Grayscale: #3B3B3B. Windows color (decimal): -9955454 or 8525672. OLE color: 8525672.
HSL color Cylindrical-coordinate representation of color #681782: hue angle of 285.42º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681782 is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 23 | 130 | - |
| CMYK | 0.2 | 0.82 | 0 | 0.49 |
| HSL | 285.42º | 0.7% | 0.3% | - |
| HSV(B) | 285.42º | 0.82% | 0.51% | - |
| XYZ | 10.04 | 5.17 | 21.59 | - |
| YUV | 59.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 130 | 0.2 | 0.82 | 0 | 0.49 | 285.42 | 0.7 | 0.3 |
| Hex | 68 | 17 | 82 | 14 | 52 | 0 | 31 | 11D | 46 | 1E |
| Octal | 150 | 27 | 202 | 24 | 122 | 0 | 61 | 435 | 106 | 36 |
| Binary | 1101000 | 10111 | 10000010 | 10100 | 1010010 | 0 | 110001 | 100011101 | 1000110 | 11110 |
Color Harmonies of #681782
Complementary color
Monochromatic Colors of #681782
Black with #681782
Text Example
Text Example
White with #681782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681782; }
p { color: rgb(104,23,130); }
H1.HeaderClassName
{
color: #681782;
}
.AnyTagClassName
{
color: #681782;
}
</style>
background-color css
<style>
a { background-color: #681782; }
a { background-color: rgb(104,23,130); }
div.DivClassName
{
background-color: #681782;
}
.BgClassName
{
background-color: #681782;
}
</style>
border-color css
<style>
span { border-color: #681782; }
span { border-color: rgb(104,23,130); }
td.TdClassName
{
border-color: #681782;
}
.TagClassName
{
border-color: #681782;
}
</style>