Shades of Seance #70356C
Tints of Seance #70356C
RGB
CMYK
RGB Variations
Color information
#70356C (or 0x70356C) is known color: Seance. HEX triplet: 70, 35 and 6C. RGB value is (112,53,108). Sum of RGB (Red+Green+Blue) = 112+53+108=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70356C is #8FCA93. Grayscale: #4C4C4C. Windows color (decimal): -9423508 or 7091568. OLE color: 7091568.
HSL color Cylindrical-coordinate representation of color #70356C: hue angle of 304.07º 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 #70356C is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 108 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.56 |
| HSL | 304.07º | 0.36% | 0.32% | - |
| HSV(B) | 304.07º | 0.53% | 0.44% | - |
| XYZ | 10.66 | 7.07 | 14.99 | - |
| YUV | 76.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 108 | 0 | 0.53 | 0.04 | 0.56 | 304.07 | 0.36 | 0.32 |
| Hex | 70 | 35 | 6C | 0 | 35 | 4 | 38 | 130 | 24 | 20 |
| Octal | 160 | 65 | 154 | 0 | 65 | 4 | 70 | 460 | 44 | 40 |
| Binary | 1110000 | 110101 | 1101100 | 0 | 110101 | 100 | 111000 | 100110000 | 100100 | 100000 |
Color Harmonies of #70356C
Complementary color
Monochromatic Colors of #70356C
Black with #70356C
Text Example
Text Example
White with #70356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70356C; }
p { color: rgb(112,53,108); }
H1.HeaderClassName
{
color: #70356C;
}
.AnyTagClassName
{
color: #70356C;
}
</style>
background-color css
<style>
a { background-color: #70356C; }
a { background-color: rgb(112,53,108); }
div.DivClassName
{
background-color: #70356C;
}
.BgClassName
{
background-color: #70356C;
}
</style>
border-color css
<style>
span { border-color: #70356C; }
span { border-color: rgb(112,53,108); }
td.TdClassName
{
border-color: #70356C;
}
.TagClassName
{
border-color: #70356C;
}
</style>