Shades of Seance #68207A
Tints of Seance #68207A
RGB
CMYK
RGB Variations
Color information
#68207A (or 0x68207A) is known color: Seance. HEX triplet: 68, 20 and 7A. RGB value is (104,32,122). Sum of RGB (Red+Green+Blue) = 104+32+122=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #68207A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68207A is #97DF85. Grayscale: #3F3F3F. Windows color (decimal): -9953158 or 8003688. OLE color: 8003688.
HSL color Cylindrical-coordinate representation of color #68207A: hue angle of 288º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68207A is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 32 | 122 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.52 |
| HSL | 288º | 0.58% | 0.3% | - |
| HSV(B) | 288º | 0.74% | 0.48% | - |
| XYZ | 9.74 | 5.38 | 18.94 | - |
| YUV | 63.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 122 | 0.15 | 0.74 | 0 | 0.52 | 288 | 0.58 | 0.3 |
| Hex | 68 | 20 | 7A | F | 4A | 0 | 34 | 120 | 3A | 1E |
| Octal | 150 | 40 | 172 | 17 | 112 | 0 | 64 | 440 | 72 | 36 |
| Binary | 1101000 | 100000 | 1111010 | 1111 | 1001010 | 0 | 110100 | 100100000 | 111010 | 11110 |
Color Harmonies of #68207A
Complementary color
Monochromatic Colors of #68207A
Black with #68207A
Text Example
Text Example
White with #68207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68207A; }
p { color: rgb(104,32,122); }
H1.HeaderClassName
{
color: #68207A;
}
.AnyTagClassName
{
color: #68207A;
}
</style>
background-color css
<style>
a { background-color: #68207A; }
a { background-color: rgb(104,32,122); }
div.DivClassName
{
background-color: #68207A;
}
.BgClassName
{
background-color: #68207A;
}
</style>
border-color css
<style>
span { border-color: #68207A; }
span { border-color: rgb(104,32,122); }
td.TdClassName
{
border-color: #68207A;
}
.TagClassName
{
border-color: #68207A;
}
</style>