Shades of Seance #70237C
Tints of Seance #70237C
RGB
CMYK
RGB Variations
Color information
#70237C (or 0x70237C) is known color: Seance. HEX triplet: 70, 23 and 7C. RGB value is (112,35,124). Sum of RGB (Red+Green+Blue) = 112+35+124=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #70237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70237C is #8FDC83. Grayscale: #434343. Windows color (decimal): -9428100 or 8135536. OLE color: 8135536.
HSL color Cylindrical-coordinate representation of color #70237C: hue angle of 291.91º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70237C is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 35 | 124 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.51 |
| HSL | 291.91º | 0.56% | 0.31% | - |
| HSV(B) | 291.91º | 0.72% | 0.49% | - |
| XYZ | 10.92 | 6.1 | 19.67 | - |
| YUV | 68.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 124 | 0.10 | 0.72 | 0 | 0.51 | 291.91 | 0.56 | 0.31 |
| Hex | 70 | 23 | 7C | A | 48 | 0 | 33 | 124 | 38 | 1F |
| Octal | 160 | 43 | 174 | 12 | 110 | 0 | 63 | 444 | 70 | 37 |
| Binary | 1110000 | 100011 | 1111100 | 1010 | 1001000 | 0 | 110011 | 100100100 | 111000 | 11111 |
Color Harmonies of #70237C
Complementary color
Monochromatic Colors of #70237C
Black with #70237C
Text Example
Text Example
White with #70237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70237C; }
p { color: rgb(112,35,124); }
H1.HeaderClassName
{
color: #70237C;
}
.AnyTagClassName
{
color: #70237C;
}
</style>
background-color css
<style>
a { background-color: #70237C; }
a { background-color: rgb(112,35,124); }
div.DivClassName
{
background-color: #70237C;
}
.BgClassName
{
background-color: #70237C;
}
</style>
border-color css
<style>
span { border-color: #70237C; }
span { border-color: rgb(112,35,124); }
td.TdClassName
{
border-color: #70237C;
}
.TagClassName
{
border-color: #70237C;
}
</style>