Shades of Seance #70356F
Tints of Seance #70356F
RGB
CMYK
RGB Variations
Color information
#70356F (or 0x70356F) is known color: Seance. HEX triplet: 70, 35 and 6F. RGB value is (112,53,111). Sum of RGB (Red+Green+Blue) = 112+53+111=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70356F is #8FCA90. Grayscale: #4D4D4D. Windows color (decimal): -9423505 or 7288176. OLE color: 7288176.
HSL color Cylindrical-coordinate representation of color #70356F: hue angle of 301.02º 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 #70356F is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 111 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.56 |
| HSL | 301.02º | 0.36% | 0.32% | - |
| HSV(B) | 301.02º | 0.53% | 0.44% | - |
| XYZ | 10.82 | 7.14 | 15.85 | - |
| YUV | 77.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 111 | 0 | 0.53 | 0.01 | 0.56 | 301.02 | 0.36 | 0.32 |
| Hex | 70 | 35 | 6F | 0 | 35 | 1 | 38 | 12D | 24 | 20 |
| Octal | 160 | 65 | 157 | 0 | 65 | 1 | 70 | 455 | 44 | 40 |
| Binary | 1110000 | 110101 | 1101111 | 0 | 110101 | 1 | 111000 | 100101101 | 100100 | 100000 |
Color Harmonies of #70356F
Complementary color
Monochromatic Colors of #70356F
Black with #70356F
Text Example
Text Example
White with #70356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70356F; }
p { color: rgb(112,53,111); }
H1.HeaderClassName
{
color: #70356F;
}
.AnyTagClassName
{
color: #70356F;
}
</style>
background-color css
<style>
a { background-color: #70356F; }
a { background-color: rgb(112,53,111); }
div.DivClassName
{
background-color: #70356F;
}
.BgClassName
{
background-color: #70356F;
}
</style>
border-color css
<style>
span { border-color: #70356F; }
span { border-color: rgb(112,53,111); }
td.TdClassName
{
border-color: #70356F;
}
.TagClassName
{
border-color: #70356F;
}
</style>