Shades of Seance #682871
Tints of Seance #682871
RGB
CMYK
RGB Variations
Color information
#682871 (or 0x682871) is known color: Seance. HEX triplet: 68, 28 and 71. RGB value is (104,40,113). Sum of RGB (Red+Green+Blue) = 104+40+113=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #682871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682871 is #97D78E. Grayscale: #434343. Windows color (decimal): -9951119 or 7415912. OLE color: 7415912.
HSL color Cylindrical-coordinate representation of color #682871: hue angle of 292.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682871 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 40 | 113 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.56 |
| HSL | 292.6º | 0.48% | 0.3% | - |
| HSV(B) | 292.6º | 0.65% | 0.44% | - |
| XYZ | 9.45 | 5.65 | 16.22 | - |
| YUV | 67.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 113 | 0.08 | 0.65 | 0 | 0.56 | 292.6 | 0.48 | 0.3 |
| Hex | 68 | 28 | 71 | 8 | 41 | 0 | 38 | 125 | 30 | 1E |
| Octal | 150 | 50 | 161 | 10 | 101 | 0 | 70 | 445 | 60 | 36 |
| Binary | 1101000 | 101000 | 1110001 | 1000 | 1000001 | 0 | 111000 | 100100101 | 110000 | 11110 |
Color Harmonies of #682871
Complementary color
Monochromatic Colors of #682871
Black with #682871
Text Example
Text Example
White with #682871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682871; }
p { color: rgb(104,40,113); }
H1.HeaderClassName
{
color: #682871;
}
.AnyTagClassName
{
color: #682871;
}
</style>
background-color css
<style>
a { background-color: #682871; }
a { background-color: rgb(104,40,113); }
div.DivClassName
{
background-color: #682871;
}
.BgClassName
{
background-color: #682871;
}
</style>
border-color css
<style>
span { border-color: #682871; }
span { border-color: rgb(104,40,113); }
td.TdClassName
{
border-color: #682871;
}
.TagClassName
{
border-color: #682871;
}
</style>