Shades of Seance #682085
Tints of Seance #682085
RGB
CMYK
RGB Variations
Color information
#682085 (or 0x682085) is known color: Seance. HEX triplet: 68, 20 and 85. RGB value is (104,32,133). Sum of RGB (Red+Green+Blue) = 104+32+133=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #682085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682085 is #97DF7A. Grayscale: #404040. Windows color (decimal): -9953147 or 8724584. OLE color: 8724584.
HSL color Cylindrical-coordinate representation of color #682085: hue angle of 282.77º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682085 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 32 | 133 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.48 |
| HSL | 282.77º | 0.61% | 0.32% | - |
| HSV(B) | 282.77º | 0.76% | 0.52% | - |
| XYZ | 10.46 | 5.67 | 22.73 | - |
| YUV | 65.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 133 | 0.22 | 0.76 | 0 | 0.48 | 282.77 | 0.61 | 0.32 |
| Hex | 68 | 20 | 85 | 16 | 4C | 0 | 30 | 11B | 3D | 20 |
| Octal | 150 | 40 | 205 | 26 | 114 | 0 | 60 | 433 | 75 | 40 |
| Binary | 1101000 | 100000 | 10000101 | 10110 | 1001100 | 0 | 110000 | 100011011 | 111101 | 100000 |
Color Harmonies of #682085
Complementary color
Monochromatic Colors of #682085
Black with #682085
Text Example
Text Example
White with #682085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682085; }
p { color: rgb(104,32,133); }
H1.HeaderClassName
{
color: #682085;
}
.AnyTagClassName
{
color: #682085;
}
</style>
background-color css
<style>
a { background-color: #682085; }
a { background-color: rgb(104,32,133); }
div.DivClassName
{
background-color: #682085;
}
.BgClassName
{
background-color: #682085;
}
</style>
border-color css
<style>
span { border-color: #682085; }
span { border-color: rgb(104,32,133); }
td.TdClassName
{
border-color: #682085;
}
.TagClassName
{
border-color: #682085;
}
</style>