Shades of Seance #682182
Tints of Seance #682182
RGB
CMYK
RGB Variations
Color information
#682182 (or 0x682182) is known color: Seance. HEX triplet: 68, 21 and 82. RGB value is (104,33,130). Sum of RGB (Red+Green+Blue) = 104+33+130=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #682182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682182 is #97DE7D. Grayscale: #404040. Windows color (decimal): -9952894 or 8528232. OLE color: 8528232.
HSL color Cylindrical-coordinate representation of color #682182: hue angle of 283.92º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682182 is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 33 | 130 | - |
| CMYK | 0.2 | 0.75 | 0 | 0.49 |
| HSL | 283.92º | 0.6% | 0.32% | - |
| HSV(B) | 283.92º | 0.75% | 0.51% | - |
| XYZ | 10.28 | 5.64 | 21.67 | - |
| YUV | 65.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 130 | 0.2 | 0.75 | 0 | 0.49 | 283.92 | 0.6 | 0.32 |
| Hex | 68 | 21 | 82 | 14 | 4B | 0 | 31 | 11C | 3C | 20 |
| Octal | 150 | 41 | 202 | 24 | 113 | 0 | 61 | 434 | 74 | 40 |
| Binary | 1101000 | 100001 | 10000010 | 10100 | 1001011 | 0 | 110001 | 100011100 | 111100 | 100000 |
Color Harmonies of #682182
Complementary color
Monochromatic Colors of #682182
Black with #682182
Text Example
Text Example
White with #682182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682182; }
p { color: rgb(104,33,130); }
H1.HeaderClassName
{
color: #682182;
}
.AnyTagClassName
{
color: #682182;
}
</style>
background-color css
<style>
a { background-color: #682182; }
a { background-color: rgb(104,33,130); }
div.DivClassName
{
background-color: #682182;
}
.BgClassName
{
background-color: #682182;
}
</style>
border-color css
<style>
span { border-color: #682182; }
span { border-color: rgb(104,33,130); }
td.TdClassName
{
border-color: #682182;
}
.TagClassName
{
border-color: #682182;
}
</style>