Shades of Seance #682F73
Tints of Seance #682F73
RGB
CMYK
RGB Variations
Color information
#682F73 (or 0x682F73) is known color: Seance. HEX triplet: 68, 2F and 73. RGB value is (104,47,115). Sum of RGB (Red+Green+Blue) = 104+47+115=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #682F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F73 is #97D08C. Grayscale: #474747. Windows color (decimal): -9949325 or 7548776. OLE color: 7548776.
HSL color Cylindrical-coordinate representation of color #682F73: hue angle of 290.29º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682F73 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 47 | 115 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.55 |
| HSL | 290.29º | 0.42% | 0.32% | - |
| HSV(B) | 290.29º | 0.59% | 0.45% | - |
| XYZ | 9.82 | 6.21 | 16.9 | - |
| YUV | 71.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 115 | 0.10 | 0.59 | 0 | 0.55 | 290.29 | 0.42 | 0.32 |
| Hex | 68 | 2F | 73 | A | 3B | 0 | 37 | 122 | 2A | 20 |
| Octal | 150 | 57 | 163 | 12 | 73 | 0 | 67 | 442 | 52 | 40 |
| Binary | 1101000 | 101111 | 1110011 | 1010 | 111011 | 0 | 110111 | 100100010 | 101010 | 100000 |
Color Harmonies of #682F73
Complementary color
Monochromatic Colors of #682F73
Black with #682F73
Text Example
Text Example
White with #682F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F73; }
p { color: rgb(104,47,115); }
H1.HeaderClassName
{
color: #682F73;
}
.AnyTagClassName
{
color: #682F73;
}
</style>
background-color css
<style>
a { background-color: #682F73; }
a { background-color: rgb(104,47,115); }
div.DivClassName
{
background-color: #682F73;
}
.BgClassName
{
background-color: #682F73;
}
</style>
border-color css
<style>
span { border-color: #682F73; }
span { border-color: rgb(104,47,115); }
td.TdClassName
{
border-color: #682F73;
}
.TagClassName
{
border-color: #682F73;
}
</style>