Shades of Seance #70366F
Tints of Seance #70366F
RGB
CMYK
RGB Variations
Color information
#70366F (or 0x70366F) is known color: Seance. HEX triplet: 70, 36 and 6F. RGB value is (112,54,111). Sum of RGB (Red+Green+Blue) = 112+54+111=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70366F is #8FC990. Grayscale: #4D4D4D. Windows color (decimal): -9423249 or 7288432. OLE color: 7288432.
HSL color Cylindrical-coordinate representation of color #70366F: hue angle of 301.03º 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 #70366F is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 111 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.56 |
| HSL | 301.03º | 0.35% | 0.33% | - |
| HSV(B) | 301.03º | 0.52% | 0.44% | - |
| XYZ | 10.87 | 7.23 | 15.86 | - |
| YUV | 77.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 111 | 0 | 0.52 | 0.01 | 0.56 | 301.03 | 0.35 | 0.33 |
| Hex | 70 | 36 | 6F | 0 | 34 | 1 | 38 | 12D | 23 | 21 |
| Octal | 160 | 66 | 157 | 0 | 64 | 1 | 70 | 455 | 43 | 41 |
| Binary | 1110000 | 110110 | 1101111 | 0 | 110100 | 1 | 111000 | 100101101 | 100011 | 100001 |
Color Harmonies of #70366F
Complementary color
Monochromatic Colors of #70366F
Black with #70366F
Text Example
Text Example
White with #70366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70366F; }
p { color: rgb(112,54,111); }
H1.HeaderClassName
{
color: #70366F;
}
.AnyTagClassName
{
color: #70366F;
}
</style>
background-color css
<style>
a { background-color: #70366F; }
a { background-color: rgb(112,54,111); }
div.DivClassName
{
background-color: #70366F;
}
.BgClassName
{
background-color: #70366F;
}
</style>
border-color css
<style>
span { border-color: #70366F; }
span { border-color: rgb(112,54,111); }
td.TdClassName
{
border-color: #70366F;
}
.TagClassName
{
border-color: #70366F;
}
</style>