Shades of Seance #70316C
Tints of Seance #70316C
RGB
CMYK
RGB Variations
Color information
#70316C (or 0x70316C) is known color: Seance. HEX triplet: 70, 31 and 6C. RGB value is (112,49,108). Sum of RGB (Red+Green+Blue) = 112+49+108=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70316C is #8FCE93. Grayscale: #4A4A4A. Windows color (decimal): -9424532 or 7090544. OLE color: 7090544.
HSL color Cylindrical-coordinate representation of color #70316C: hue angle of 303.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70316C is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 108 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.56 |
| HSL | 303.81º | 0.39% | 0.32% | - |
| HSV(B) | 303.81º | 0.56% | 0.44% | - |
| XYZ | 10.49 | 6.72 | 14.93 | - |
| YUV | 74.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 108 | 0 | 0.56 | 0.04 | 0.56 | 303.81 | 0.39 | 0.32 |
| Hex | 70 | 31 | 6C | 0 | 38 | 4 | 38 | 130 | 27 | 20 |
| Octal | 160 | 61 | 154 | 0 | 70 | 4 | 70 | 460 | 47 | 40 |
| Binary | 1110000 | 110001 | 1101100 | 0 | 111000 | 100 | 111000 | 100110000 | 100111 | 100000 |
Color Harmonies of #70316C
Complementary color
Monochromatic Colors of #70316C
Black with #70316C
Text Example
Text Example
White with #70316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70316C; }
p { color: rgb(112,49,108); }
H1.HeaderClassName
{
color: #70316C;
}
.AnyTagClassName
{
color: #70316C;
}
</style>
background-color css
<style>
a { background-color: #70316C; }
a { background-color: rgb(112,49,108); }
div.DivClassName
{
background-color: #70316C;
}
.BgClassName
{
background-color: #70316C;
}
</style>
border-color css
<style>
span { border-color: #70316C; }
span { border-color: rgb(112,49,108); }
td.TdClassName
{
border-color: #70316C;
}
.TagClassName
{
border-color: #70316C;
}
</style>