Shades of Seance #702079
Tints of Seance #702079
RGB
CMYK
RGB Variations
Color information
#702079 (or 0x702079) is known color: Seance. HEX triplet: 70, 20 and 79. RGB value is (112,32,121). Sum of RGB (Red+Green+Blue) = 112+32+121=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #702079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702079 is #8FDF86. Grayscale: #414141. Windows color (decimal): -9428871 or 7938160. OLE color: 7938160.
HSL color Cylindrical-coordinate representation of color #702079: hue angle of 293.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #702079 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 32 | 121 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.53 |
| HSL | 293.93º | 0.58% | 0.3% | - |
| HSV(B) | 293.93º | 0.74% | 0.47% | - |
| XYZ | 10.65 | 5.86 | 18.66 | - |
| YUV | 66.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 121 | 0.07 | 0.74 | 0 | 0.53 | 293.93 | 0.58 | 0.3 |
| Hex | 70 | 20 | 79 | 7 | 4A | 0 | 35 | 126 | 3A | 1E |
| Octal | 160 | 40 | 171 | 7 | 112 | 0 | 65 | 446 | 72 | 36 |
| Binary | 1110000 | 100000 | 1111001 | 111 | 1001010 | 0 | 110101 | 100100110 | 111010 | 11110 |
Color Harmonies of #702079
Complementary color
Monochromatic Colors of #702079
Black with #702079
Text Example
Text Example
White with #702079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702079; }
p { color: rgb(112,32,121); }
H1.HeaderClassName
{
color: #702079;
}
.AnyTagClassName
{
color: #702079;
}
</style>
background-color css
<style>
a { background-color: #702079; }
a { background-color: rgb(112,32,121); }
div.DivClassName
{
background-color: #702079;
}
.BgClassName
{
background-color: #702079;
}
</style>
border-color css
<style>
span { border-color: #702079; }
span { border-color: rgb(112,32,121); }
td.TdClassName
{
border-color: #702079;
}
.TagClassName
{
border-color: #702079;
}
</style>