Shades of Seance #702080
Tints of Seance #702080
RGB
CMYK
RGB Variations
Color information
#702080 (or 0x702080) is known color: Seance. HEX triplet: 70, 20 and 80. RGB value is (112,32,128). Sum of RGB (Red+Green+Blue) = 112+32+128=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #702080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702080 is #8FDF7F. Grayscale: #424242. Windows color (decimal): -9428864 or 8396912. OLE color: 8396912.
HSL color Cylindrical-coordinate representation of color #702080: hue angle of 290º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702080 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 32 | 128 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.50 |
| HSL | 290º | 0.6% | 0.31% | - |
| HSV(B) | 290º | 0.75% | 0.5% | - |
| XYZ | 11.09 | 6.04 | 21 | - |
| YUV | 66.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 128 | 0.12 | 0.75 | 0 | 0.50 | 290 | 0.6 | 0.31 |
| Hex | 70 | 20 | 80 | C | 4B | 0 | 32 | 122 | 3C | 1F |
| Octal | 160 | 40 | 200 | 14 | 113 | 0 | 62 | 442 | 74 | 37 |
| Binary | 1110000 | 100000 | 10000000 | 1100 | 1001011 | 0 | 110010 | 100100010 | 111100 | 11111 |
Color Harmonies of #702080
Complementary color
Monochromatic Colors of #702080
Black with #702080
Text Example
Text Example
White with #702080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702080; }
p { color: rgb(112,32,128); }
H1.HeaderClassName
{
color: #702080;
}
.AnyTagClassName
{
color: #702080;
}
</style>
background-color css
<style>
a { background-color: #702080; }
a { background-color: rgb(112,32,128); }
div.DivClassName
{
background-color: #702080;
}
.BgClassName
{
background-color: #702080;
}
</style>
border-color css
<style>
span { border-color: #702080; }
span { border-color: rgb(112,32,128); }
td.TdClassName
{
border-color: #702080;
}
.TagClassName
{
border-color: #702080;
}
</style>