Shades of Seance #70217D
Tints of Seance #70217D
RGB
CMYK
RGB Variations
Color information
#70217D (or 0x70217D) is known color: Seance. HEX triplet: 70, 21 and 7D. RGB value is (112,33,125). Sum of RGB (Red+Green+Blue) = 112+33+125=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #70217D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70217D is #8FDE82. Grayscale: #424242. Windows color (decimal): -9428611 or 8200560. OLE color: 8200560.
HSL color Cylindrical-coordinate representation of color #70217D: hue angle of 291.52º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70217D is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 33 | 125 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.51 |
| HSL | 291.52º | 0.58% | 0.31% | - |
| HSV(B) | 291.52º | 0.74% | 0.49% | - |
| XYZ | 10.93 | 6.01 | 19.99 | - |
| YUV | 67.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 125 | 0.10 | 0.74 | 0 | 0.51 | 291.52 | 0.58 | 0.31 |
| Hex | 70 | 21 | 7D | A | 4A | 0 | 33 | 124 | 3A | 1F |
| Octal | 160 | 41 | 175 | 12 | 112 | 0 | 63 | 444 | 72 | 37 |
| Binary | 1110000 | 100001 | 1111101 | 1010 | 1001010 | 0 | 110011 | 100100100 | 111010 | 11111 |
Color Harmonies of #70217D
Complementary color
Monochromatic Colors of #70217D
Black with #70217D
Text Example
Text Example
White with #70217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70217D; }
p { color: rgb(112,33,125); }
H1.HeaderClassName
{
color: #70217D;
}
.AnyTagClassName
{
color: #70217D;
}
</style>
background-color css
<style>
a { background-color: #70217D; }
a { background-color: rgb(112,33,125); }
div.DivClassName
{
background-color: #70217D;
}
.BgClassName
{
background-color: #70217D;
}
</style>
border-color css
<style>
span { border-color: #70217D; }
span { border-color: rgb(112,33,125); }
td.TdClassName
{
border-color: #70217D;
}
.TagClassName
{
border-color: #70217D;
}
</style>