Shades of Seance #70336C
Tints of Seance #70336C
RGB
CMYK
RGB Variations
Color information
#70336C (or 0x70336C) is known color: Seance. HEX triplet: 70, 33 and 6C. RGB value is (112,51,108). Sum of RGB (Red+Green+Blue) = 112+51+108=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70336C is #8FCC93. Grayscale: #4B4B4B. Windows color (decimal): -9424020 or 7091056. OLE color: 7091056.
HSL color Cylindrical-coordinate representation of color #70336C: hue angle of 303.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70336C is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 108 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.56 |
| HSL | 303.93º | 0.37% | 0.32% | - |
| HSV(B) | 303.93º | 0.54% | 0.44% | - |
| XYZ | 10.57 | 6.9 | 14.96 | - |
| YUV | 75.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 108 | 0 | 0.54 | 0.04 | 0.56 | 303.93 | 0.37 | 0.32 |
| Hex | 70 | 33 | 6C | 0 | 36 | 4 | 38 | 130 | 25 | 20 |
| Octal | 160 | 63 | 154 | 0 | 66 | 4 | 70 | 460 | 45 | 40 |
| Binary | 1110000 | 110011 | 1101100 | 0 | 110110 | 100 | 111000 | 100110000 | 100101 | 100000 |
Color Harmonies of #70336C
Complementary color
Monochromatic Colors of #70336C
Black with #70336C
Text Example
Text Example
White with #70336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70336C; }
p { color: rgb(112,51,108); }
H1.HeaderClassName
{
color: #70336C;
}
.AnyTagClassName
{
color: #70336C;
}
</style>
background-color css
<style>
a { background-color: #70336C; }
a { background-color: rgb(112,51,108); }
div.DivClassName
{
background-color: #70336C;
}
.BgClassName
{
background-color: #70336C;
}
</style>
border-color css
<style>
span { border-color: #70336C; }
span { border-color: rgb(112,51,108); }
td.TdClassName
{
border-color: #70336C;
}
.TagClassName
{
border-color: #70336C;
}
</style>