Shades of Seance #70366E
Tints of Seance #70366E
RGB
CMYK
RGB Variations
Color information
#70366E (or 0x70366E) is known color: Seance. HEX triplet: 70, 36 and 6E. RGB value is (112,54,110). Sum of RGB (Red+Green+Blue) = 112+54+110=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70366E is #8FC991. Grayscale: #4D4D4D. Windows color (decimal): -9423250 or 7222896. OLE color: 7222896.
HSL color Cylindrical-coordinate representation of color #70366E: hue angle of 302.07º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70366E is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 110 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.56 |
| HSL | 302.07º | 0.35% | 0.33% | - |
| HSV(B) | 302.07º | 0.52% | 0.44% | - |
| XYZ | 10.82 | 7.21 | 15.57 | - |
| YUV | 77.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 110 | 0 | 0.52 | 0.02 | 0.56 | 302.07 | 0.35 | 0.33 |
| Hex | 70 | 36 | 6E | 0 | 34 | 2 | 38 | 12E | 23 | 21 |
| Octal | 160 | 66 | 156 | 0 | 64 | 2 | 70 | 456 | 43 | 41 |
| Binary | 1110000 | 110110 | 1101110 | 0 | 110100 | 10 | 111000 | 100101110 | 100011 | 100001 |
Color Harmonies of #70366E
Complementary color
Monochromatic Colors of #70366E
Black with #70366E
Text Example
Text Example
White with #70366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70366E; }
p { color: rgb(112,54,110); }
H1.HeaderClassName
{
color: #70366E;
}
.AnyTagClassName
{
color: #70366E;
}
</style>
background-color css
<style>
a { background-color: #70366E; }
a { background-color: rgb(112,54,110); }
div.DivClassName
{
background-color: #70366E;
}
.BgClassName
{
background-color: #70366E;
}
</style>
border-color css
<style>
span { border-color: #70366E; }
span { border-color: rgb(112,54,110); }
td.TdClassName
{
border-color: #70366E;
}
.TagClassName
{
border-color: #70366E;
}
</style>