Shades of Seance #70356B
Tints of Seance #70356B
RGB
CMYK
RGB Variations
Color information
#70356B (or 0x70356B) is known color: Seance. HEX triplet: 70, 35 and 6B. RGB value is (112,53,107). Sum of RGB (Red+Green+Blue) = 112+53+107=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70356B is #8FCA94. Grayscale: #4C4C4C. Windows color (decimal): -9423509 or 7026032. OLE color: 7026032.
HSL color Cylindrical-coordinate representation of color #70356B: hue angle of 305.08º 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 #70356B is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 107 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.56 |
| HSL | 305.08º | 0.36% | 0.32% | - |
| HSV(B) | 305.08º | 0.53% | 0.44% | - |
| XYZ | 10.61 | 7.05 | 14.71 | - |
| YUV | 76.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 107 | 0 | 0.53 | 0.04 | 0.56 | 305.08 | 0.36 | 0.32 |
| Hex | 70 | 35 | 6B | 0 | 35 | 4 | 38 | 131 | 24 | 20 |
| Octal | 160 | 65 | 153 | 0 | 65 | 4 | 70 | 461 | 44 | 40 |
| Binary | 1110000 | 110101 | 1101011 | 0 | 110101 | 100 | 111000 | 100110001 | 100100 | 100000 |
Color Harmonies of #70356B
Complementary color
Monochromatic Colors of #70356B
Black with #70356B
Text Example
Text Example
White with #70356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70356B; }
p { color: rgb(112,53,107); }
H1.HeaderClassName
{
color: #70356B;
}
.AnyTagClassName
{
color: #70356B;
}
</style>
background-color css
<style>
a { background-color: #70356B; }
a { background-color: rgb(112,53,107); }
div.DivClassName
{
background-color: #70356B;
}
.BgClassName
{
background-color: #70356B;
}
</style>
border-color css
<style>
span { border-color: #70356B; }
span { border-color: rgb(112,53,107); }
td.TdClassName
{
border-color: #70356B;
}
.TagClassName
{
border-color: #70356B;
}
</style>