Shades of Seance #70207B
Tints of Seance #70207B
RGB
CMYK
RGB Variations
Color information
#70207B (or 0x70207B) is known color: Seance. HEX triplet: 70, 20 and 7B. RGB value is (112,32,123). Sum of RGB (Red+Green+Blue) = 112+32+123=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #70207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70207B is #8FDF84. Grayscale: #424242. Windows color (decimal): -9428869 or 8069232. OLE color: 8069232.
HSL color Cylindrical-coordinate representation of color #70207B: hue angle of 292.75º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70207B is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 32 | 123 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.52 |
| HSL | 292.75º | 0.59% | 0.3% | - |
| HSV(B) | 292.75º | 0.74% | 0.48% | - |
| XYZ | 10.77 | 5.91 | 19.31 | - |
| YUV | 66.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 123 | 0.09 | 0.74 | 0 | 0.52 | 292.75 | 0.59 | 0.3 |
| Hex | 70 | 20 | 7B | 9 | 4A | 0 | 34 | 125 | 3B | 1E |
| Octal | 160 | 40 | 173 | 11 | 112 | 0 | 64 | 445 | 73 | 36 |
| Binary | 1110000 | 100000 | 1111011 | 1001 | 1001010 | 0 | 110100 | 100100101 | 111011 | 11110 |
Color Harmonies of #70207B
Complementary color
Monochromatic Colors of #70207B
Black with #70207B
Text Example
Text Example
White with #70207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70207B; }
p { color: rgb(112,32,123); }
H1.HeaderClassName
{
color: #70207B;
}
.AnyTagClassName
{
color: #70207B;
}
</style>
background-color css
<style>
a { background-color: #70207B; }
a { background-color: rgb(112,32,123); }
div.DivClassName
{
background-color: #70207B;
}
.BgClassName
{
background-color: #70207B;
}
</style>
border-color css
<style>
span { border-color: #70207B; }
span { border-color: rgb(112,32,123); }
td.TdClassName
{
border-color: #70207B;
}
.TagClassName
{
border-color: #70207B;
}
</style>