Shades of Seance #70197A
Tints of Seance #70197A
RGB
CMYK
RGB Variations
Color information
#70197A (or 0x70197A) is known color: Seance. HEX triplet: 70, 19 and 7A. RGB value is (112,25,122). Sum of RGB (Red+Green+Blue) = 112+25+122=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #70197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70197A is #8FE685. Grayscale: #3D3D3D. Windows color (decimal): -9430662 or 8001904. OLE color: 8001904.
HSL color Cylindrical-coordinate representation of color #70197A: hue angle of 293.81º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70197A is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 25 | 122 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.52 |
| HSL | 293.81º | 0.66% | 0.29% | - |
| HSV(B) | 293.81º | 0.8% | 0.48% | - |
| XYZ | 10.54 | 5.55 | 18.93 | - |
| YUV | 62.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 122 | 0.08 | 0.80 | 0 | 0.52 | 293.81 | 0.66 | 0.29 |
| Hex | 70 | 19 | 7A | 8 | 50 | 0 | 34 | 126 | 42 | 1D |
| Octal | 160 | 31 | 172 | 10 | 120 | 0 | 64 | 446 | 102 | 35 |
| Binary | 1110000 | 11001 | 1111010 | 1000 | 1010000 | 0 | 110100 | 100100110 | 1000010 | 11101 |
Color Harmonies of #70197A
Complementary color
Monochromatic Colors of #70197A
Black with #70197A
Text Example
Text Example
White with #70197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70197A; }
p { color: rgb(112,25,122); }
H1.HeaderClassName
{
color: #70197A;
}
.AnyTagClassName
{
color: #70197A;
}
</style>
background-color css
<style>
a { background-color: #70197A; }
a { background-color: rgb(112,25,122); }
div.DivClassName
{
background-color: #70197A;
}
.BgClassName
{
background-color: #70197A;
}
</style>
border-color css
<style>
span { border-color: #70197A; }
span { border-color: rgb(112,25,122); }
td.TdClassName
{
border-color: #70197A;
}
.TagClassName
{
border-color: #70197A;
}
</style>