Shades of Seance #70256E
Tints of Seance #70256E
RGB
CMYK
RGB Variations
Color information
#70256E (or 0x70256E) is known color: Seance. HEX triplet: 70, 25 and 6E. RGB value is (112,37,110). Sum of RGB (Red+Green+Blue) = 112+37+110=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70256E is #8FDA91. Grayscale: #434343. Windows color (decimal): -9427602 or 7218544. OLE color: 7218544.
HSL color Cylindrical-coordinate representation of color #70256E: hue angle of 301.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70256E is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 110 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.56 |
| HSL | 301.6º | 0.5% | 0.29% | - |
| HSV(B) | 301.6º | 0.67% | 0.44% | - |
| XYZ | 10.16 | 5.89 | 15.35 | - |
| YUV | 67.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 110 | 0 | 0.67 | 0.02 | 0.56 | 301.6 | 0.5 | 0.29 |
| Hex | 70 | 25 | 6E | 0 | 43 | 2 | 38 | 12E | 32 | 1D |
| Octal | 160 | 45 | 156 | 0 | 103 | 2 | 70 | 456 | 62 | 35 |
| Binary | 1110000 | 100101 | 1101110 | 0 | 1000011 | 10 | 111000 | 100101110 | 110010 | 11101 |
Color Harmonies of #70256E
Complementary color
Monochromatic Colors of #70256E
Black with #70256E
Text Example
Text Example
White with #70256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70256E; }
p { color: rgb(112,37,110); }
H1.HeaderClassName
{
color: #70256E;
}
.AnyTagClassName
{
color: #70256E;
}
</style>
background-color css
<style>
a { background-color: #70256E; }
a { background-color: rgb(112,37,110); }
div.DivClassName
{
background-color: #70256E;
}
.BgClassName
{
background-color: #70256E;
}
</style>
border-color css
<style>
span { border-color: #70256E; }
span { border-color: rgb(112,37,110); }
td.TdClassName
{
border-color: #70256E;
}
.TagClassName
{
border-color: #70256E;
}
</style>