Shades of Seance #682084
Tints of Seance #682084
RGB
CMYK
RGB Variations
Color information
#682084 (or 0x682084) is known color: Seance. HEX triplet: 68, 20 and 84. RGB value is (104,32,132). Sum of RGB (Red+Green+Blue) = 104+32+132=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #682084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682084 is #97DF7B. Grayscale: #404040. Windows color (decimal): -9953148 or 8659048. OLE color: 8659048.
HSL color Cylindrical-coordinate representation of color #682084: hue angle of 283.2º 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 #682084 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 32 | 132 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.48 |
| HSL | 283.2º | 0.61% | 0.32% | - |
| HSV(B) | 283.2º | 0.76% | 0.52% | - |
| XYZ | 10.39 | 5.64 | 22.37 | - |
| YUV | 64.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 132 | 0.21 | 0.76 | 0 | 0.48 | 283.2 | 0.61 | 0.32 |
| Hex | 68 | 20 | 84 | 15 | 4C | 0 | 30 | 11B | 3D | 20 |
| Octal | 150 | 40 | 204 | 25 | 114 | 0 | 60 | 433 | 75 | 40 |
| Binary | 1101000 | 100000 | 10000100 | 10101 | 1001100 | 0 | 110000 | 100011011 | 111101 | 100000 |
Color Harmonies of #682084
Complementary color
Monochromatic Colors of #682084
Black with #682084
Text Example
Text Example
White with #682084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682084; }
p { color: rgb(104,32,132); }
H1.HeaderClassName
{
color: #682084;
}
.AnyTagClassName
{
color: #682084;
}
</style>
background-color css
<style>
a { background-color: #682084; }
a { background-color: rgb(104,32,132); }
div.DivClassName
{
background-color: #682084;
}
.BgClassName
{
background-color: #682084;
}
</style>
border-color css
<style>
span { border-color: #682084; }
span { border-color: rgb(104,32,132); }
td.TdClassName
{
border-color: #682084;
}
.TagClassName
{
border-color: #682084;
}
</style>