Shades of Seance #70346C
Tints of Seance #70346C
RGB
CMYK
RGB Variations
Color information
#70346C (or 0x70346C) is known color: Seance. HEX triplet: 70, 34 and 6C. RGB value is (112,52,108). Sum of RGB (Red+Green+Blue) = 112+52+108=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70346C is #8FCB93. Grayscale: #4C4C4C. Windows color (decimal): -9423764 or 7091312. OLE color: 7091312.
HSL color Cylindrical-coordinate representation of color #70346C: hue angle of 304º 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 #70346C is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 108 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.56 |
| HSL | 304º | 0.37% | 0.32% | - |
| HSV(B) | 304º | 0.54% | 0.44% | - |
| XYZ | 10.62 | 6.98 | 14.98 | - |
| YUV | 76.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 108 | 0 | 0.54 | 0.04 | 0.56 | 304 | 0.37 | 0.32 |
| Hex | 70 | 34 | 6C | 0 | 36 | 4 | 38 | 130 | 25 | 20 |
| Octal | 160 | 64 | 154 | 0 | 66 | 4 | 70 | 460 | 45 | 40 |
| Binary | 1110000 | 110100 | 1101100 | 0 | 110110 | 100 | 111000 | 100110000 | 100101 | 100000 |
Color Harmonies of #70346C
Complementary color
Monochromatic Colors of #70346C
Black with #70346C
Text Example
Text Example
White with #70346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70346C; }
p { color: rgb(112,52,108); }
H1.HeaderClassName
{
color: #70346C;
}
.AnyTagClassName
{
color: #70346C;
}
</style>
background-color css
<style>
a { background-color: #70346C; }
a { background-color: rgb(112,52,108); }
div.DivClassName
{
background-color: #70346C;
}
.BgClassName
{
background-color: #70346C;
}
</style>
border-color css
<style>
span { border-color: #70346C; }
span { border-color: rgb(112,52,108); }
td.TdClassName
{
border-color: #70346C;
}
.TagClassName
{
border-color: #70346C;
}
</style>