Shades of Seance #70346F
Tints of Seance #70346F
RGB
CMYK
RGB Variations
Color information
#70346F (or 0x70346F) is known color: Seance. HEX triplet: 70, 34 and 6F. RGB value is (112,52,111). Sum of RGB (Red+Green+Blue) = 112+52+111=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70346F is #8FCB90. Grayscale: #4C4C4C. Windows color (decimal): -9423761 or 7287920. OLE color: 7287920.
HSL color Cylindrical-coordinate representation of color #70346F: hue angle of 301º 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 #70346F is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 111 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.56 |
| HSL | 301º | 0.37% | 0.32% | - |
| HSV(B) | 301º | 0.54% | 0.44% | - |
| XYZ | 10.78 | 7.05 | 15.83 | - |
| YUV | 76.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 111 | 0 | 0.54 | 0.01 | 0.56 | 301 | 0.37 | 0.32 |
| Hex | 70 | 34 | 6F | 0 | 36 | 1 | 38 | 12D | 25 | 20 |
| Octal | 160 | 64 | 157 | 0 | 66 | 1 | 70 | 455 | 45 | 40 |
| Binary | 1110000 | 110100 | 1101111 | 0 | 110110 | 1 | 111000 | 100101101 | 100101 | 100000 |
Color Harmonies of #70346F
Complementary color
Monochromatic Colors of #70346F
Black with #70346F
Text Example
Text Example
White with #70346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70346F; }
p { color: rgb(112,52,111); }
H1.HeaderClassName
{
color: #70346F;
}
.AnyTagClassName
{
color: #70346F;
}
</style>
background-color css
<style>
a { background-color: #70346F; }
a { background-color: rgb(112,52,111); }
div.DivClassName
{
background-color: #70346F;
}
.BgClassName
{
background-color: #70346F;
}
</style>
border-color css
<style>
span { border-color: #70346F; }
span { border-color: rgb(112,52,111); }
td.TdClassName
{
border-color: #70346F;
}
.TagClassName
{
border-color: #70346F;
}
</style>