Shades of Seance #70197E
Tints of Seance #70197E
RGB
CMYK
RGB Variations
Color information
#70197E (or 0x70197E) is known color: Seance. HEX triplet: 70, 19 and 7E. RGB value is (112,25,126). Sum of RGB (Red+Green+Blue) = 112+25+126=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #70197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70197E is #8FE681. Grayscale: #3E3E3E. Windows color (decimal): -9430658 or 8264048. OLE color: 8264048.
HSL color Cylindrical-coordinate representation of color #70197E: hue angle of 291.68º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70197E is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 25 | 126 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.51 |
| HSL | 291.68º | 0.67% | 0.3% | - |
| HSV(B) | 291.68º | 0.8% | 0.49% | - |
| XYZ | 10.8 | 5.65 | 20.26 | - |
| YUV | 62.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 126 | 0.11 | 0.80 | 0 | 0.51 | 291.68 | 0.67 | 0.3 |
| Hex | 70 | 19 | 7E | B | 50 | 0 | 33 | 124 | 43 | 1E |
| Octal | 160 | 31 | 176 | 13 | 120 | 0 | 63 | 444 | 103 | 36 |
| Binary | 1110000 | 11001 | 1111110 | 1011 | 1010000 | 0 | 110011 | 100100100 | 1000011 | 11110 |
Color Harmonies of #70197E
Complementary color
Monochromatic Colors of #70197E
Black with #70197E
Text Example
Text Example
White with #70197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70197E; }
p { color: rgb(112,25,126); }
H1.HeaderClassName
{
color: #70197E;
}
.AnyTagClassName
{
color: #70197E;
}
</style>
background-color css
<style>
a { background-color: #70197E; }
a { background-color: rgb(112,25,126); }
div.DivClassName
{
background-color: #70197E;
}
.BgClassName
{
background-color: #70197E;
}
</style>
border-color css
<style>
span { border-color: #70197E; }
span { border-color: rgb(112,25,126); }
td.TdClassName
{
border-color: #70197E;
}
.TagClassName
{
border-color: #70197E;
}
</style>