Shades of Seance #70286D
Tints of Seance #70286D
RGB
CMYK
RGB Variations
Color information
#70286D (or 0x70286D) is known color: Seance. HEX triplet: 70, 28 and 6D. RGB value is (112,40,109). Sum of RGB (Red+Green+Blue) = 112+40+109=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70286D is #8FD792. Grayscale: #454545. Windows color (decimal): -9426835 or 7153776. OLE color: 7153776.
HSL color Cylindrical-coordinate representation of color #70286D: hue angle of 302.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70286D is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 109 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.56 |
| HSL | 302.5º | 0.47% | 0.3% | - |
| HSV(B) | 302.5º | 0.64% | 0.44% | - |
| XYZ | 10.2 | 6.07 | 15.1 | - |
| YUV | 69.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 109 | 0 | 0.64 | 0.03 | 0.56 | 302.5 | 0.47 | 0.3 |
| Hex | 70 | 28 | 6D | 0 | 40 | 3 | 38 | 12E | 2F | 1E |
| Octal | 160 | 50 | 155 | 0 | 100 | 3 | 70 | 456 | 57 | 36 |
| Binary | 1110000 | 101000 | 1101101 | 0 | 1000000 | 11 | 111000 | 100101110 | 101111 | 11110 |
Color Harmonies of #70286D
Complementary color
Monochromatic Colors of #70286D
Black with #70286D
Text Example
Text Example
White with #70286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70286D; }
p { color: rgb(112,40,109); }
H1.HeaderClassName
{
color: #70286D;
}
.AnyTagClassName
{
color: #70286D;
}
</style>
background-color css
<style>
a { background-color: #70286D; }
a { background-color: rgb(112,40,109); }
div.DivClassName
{
background-color: #70286D;
}
.BgClassName
{
background-color: #70286D;
}
</style>
border-color css
<style>
span { border-color: #70286D; }
span { border-color: rgb(112,40,109); }
td.TdClassName
{
border-color: #70286D;
}
.TagClassName
{
border-color: #70286D;
}
</style>