Shades of Seance #701F78
Tints of Seance #701F78
RGB
CMYK
RGB Variations
Color information
#701F78 (or 0x701F78) is known color: Seance. HEX triplet: 70, 1F and 78. RGB value is (112,31,120). Sum of RGB (Red+Green+Blue) = 112+31+120=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #701F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701F78 is #8FE087. Grayscale: #414141. Windows color (decimal): -9429128 or 7872368. OLE color: 7872368.
HSL color Cylindrical-coordinate representation of color #701F78: hue angle of 294.61º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701F78 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 31 | 120 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.53 |
| HSL | 294.61º | 0.59% | 0.3% | - |
| HSV(B) | 294.61º | 0.74% | 0.47% | - |
| XYZ | 10.56 | 5.78 | 18.33 | - |
| YUV | 65.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 120 | 0.07 | 0.74 | 0 | 0.53 | 294.61 | 0.59 | 0.3 |
| Hex | 70 | 1F | 78 | 7 | 4A | 0 | 35 | 127 | 3B | 1E |
| Octal | 160 | 37 | 170 | 7 | 112 | 0 | 65 | 447 | 73 | 36 |
| Binary | 1110000 | 11111 | 1111000 | 111 | 1001010 | 0 | 110101 | 100100111 | 111011 | 11110 |
Color Harmonies of #701F78
Complementary color
Monochromatic Colors of #701F78
Black with #701F78
Text Example
Text Example
White with #701F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F78; }
p { color: rgb(112,31,120); }
H1.HeaderClassName
{
color: #701F78;
}
.AnyTagClassName
{
color: #701F78;
}
</style>
background-color css
<style>
a { background-color: #701F78; }
a { background-color: rgb(112,31,120); }
div.DivClassName
{
background-color: #701F78;
}
.BgClassName
{
background-color: #701F78;
}
</style>
border-color css
<style>
span { border-color: #701F78; }
span { border-color: rgb(112,31,120); }
td.TdClassName
{
border-color: #701F78;
}
.TagClassName
{
border-color: #701F78;
}
</style>