Shades of Seance #701878
Tints of Seance #701878
RGB
CMYK
RGB Variations
Color information
#701878 (or 0x701878) is known color: Seance. HEX triplet: 70, 18 and 78. RGB value is (112,24,120). Sum of RGB (Red+Green+Blue) = 112+24+120=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #701878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701878 is #8FE787. Grayscale: #3C3C3C. Windows color (decimal): -9430920 or 7870576. OLE color: 7870576.
HSL color Cylindrical-coordinate representation of color #701878: hue angle of 295º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701878 is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 24 | 120 | - |
| CMYK | 0.07 | 0.8 | 0 | 0.53 |
| HSL | 295º | 0.67% | 0.28% | - |
| HSV(B) | 295º | 0.8% | 0.47% | - |
| XYZ | 10.4 | 5.45 | 18.27 | - |
| YUV | 61.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 120 | 0.07 | 0.8 | 0 | 0.53 | 295 | 0.67 | 0.28 |
| Hex | 70 | 18 | 78 | 7 | 50 | 0 | 35 | 127 | 43 | 1C |
| Octal | 160 | 30 | 170 | 7 | 120 | 0 | 65 | 447 | 103 | 34 |
| Binary | 1110000 | 11000 | 1111000 | 111 | 1010000 | 0 | 110101 | 100100111 | 1000011 | 11100 |
Color Harmonies of #701878
Complementary color
Monochromatic Colors of #701878
Black with #701878
Text Example
Text Example
White with #701878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701878; }
p { color: rgb(112,24,120); }
H1.HeaderClassName
{
color: #701878;
}
.AnyTagClassName
{
color: #701878;
}
</style>
background-color css
<style>
a { background-color: #701878; }
a { background-color: rgb(112,24,120); }
div.DivClassName
{
background-color: #701878;
}
.BgClassName
{
background-color: #701878;
}
</style>
border-color css
<style>
span { border-color: #701878; }
span { border-color: rgb(112,24,120); }
td.TdClassName
{
border-color: #701878;
}
.TagClassName
{
border-color: #701878;
}
</style>