Shades of Seance #70356D
Tints of Seance #70356D
RGB
CMYK
RGB Variations
Color information
#70356D (or 0x70356D) is known color: Seance. HEX triplet: 70, 35 and 6D. RGB value is (112,53,109). Sum of RGB (Red+Green+Blue) = 112+53+109=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70356D is #8FCA92. Grayscale: #4C4C4C. Windows color (decimal): -9423507 or 7157104. OLE color: 7157104.
HSL color Cylindrical-coordinate representation of color #70356D: hue angle of 303.05º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70356D is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 109 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.56 |
| HSL | 303.05º | 0.36% | 0.32% | - |
| HSV(B) | 303.05º | 0.53% | 0.44% | - |
| XYZ | 10.72 | 7.1 | 15.27 | - |
| YUV | 77.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 109 | 0 | 0.53 | 0.03 | 0.56 | 303.05 | 0.36 | 0.32 |
| Hex | 70 | 35 | 6D | 0 | 35 | 3 | 38 | 12F | 24 | 20 |
| Octal | 160 | 65 | 155 | 0 | 65 | 3 | 70 | 457 | 44 | 40 |
| Binary | 1110000 | 110101 | 1101101 | 0 | 110101 | 11 | 111000 | 100101111 | 100100 | 100000 |
Color Harmonies of #70356D
Complementary color
Monochromatic Colors of #70356D
Black with #70356D
Text Example
Text Example
White with #70356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70356D; }
p { color: rgb(112,53,109); }
H1.HeaderClassName
{
color: #70356D;
}
.AnyTagClassName
{
color: #70356D;
}
</style>
background-color css
<style>
a { background-color: #70356D; }
a { background-color: rgb(112,53,109); }
div.DivClassName
{
background-color: #70356D;
}
.BgClassName
{
background-color: #70356D;
}
</style>
border-color css
<style>
span { border-color: #70356D; }
span { border-color: rgb(112,53,109); }
td.TdClassName
{
border-color: #70356D;
}
.TagClassName
{
border-color: #70356D;
}
</style>