Shades of Seance #682078
Tints of Seance #682078
RGB
CMYK
RGB Variations
Color information
#682078 (or 0x682078) is known color: Seance. HEX triplet: 68, 20 and 78. RGB value is (104,32,120). Sum of RGB (Red+Green+Blue) = 104+32+120=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #682078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682078 is #97DF87. Grayscale: #3F3F3F. Windows color (decimal): -9953160 or 7872616. OLE color: 7872616.
HSL color Cylindrical-coordinate representation of color #682078: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #682078 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 32 | 120 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.53 |
| HSL | 289.09º | 0.58% | 0.3% | - |
| HSV(B) | 289.09º | 0.73% | 0.47% | - |
| XYZ | 9.62 | 5.33 | 18.29 | - |
| YUV | 63.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 120 | 0.13 | 0.73 | 0 | 0.53 | 289.09 | 0.58 | 0.3 |
| Hex | 68 | 20 | 78 | D | 49 | 0 | 35 | 121 | 3A | 1E |
| Octal | 150 | 40 | 170 | 15 | 111 | 0 | 65 | 441 | 72 | 36 |
| Binary | 1101000 | 100000 | 1111000 | 1101 | 1001001 | 0 | 110101 | 100100001 | 111010 | 11110 |
Color Harmonies of #682078
Complementary color
Monochromatic Colors of #682078
Black with #682078
Text Example
Text Example
White with #682078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682078; }
p { color: rgb(104,32,120); }
H1.HeaderClassName
{
color: #682078;
}
.AnyTagClassName
{
color: #682078;
}
</style>
background-color css
<style>
a { background-color: #682078; }
a { background-color: rgb(104,32,120); }
div.DivClassName
{
background-color: #682078;
}
.BgClassName
{
background-color: #682078;
}
</style>
border-color css
<style>
span { border-color: #682078; }
span { border-color: rgb(104,32,120); }
td.TdClassName
{
border-color: #682078;
}
.TagClassName
{
border-color: #682078;
}
</style>