Shades of Seance #701778
Tints of Seance #701778
RGB
CMYK
RGB Variations
Color information
#701778 (or 0x701778) is known color: Seance. HEX triplet: 70, 17 and 78. RGB value is (112,23,120). Sum of RGB (Red+Green+Blue) = 112+23+120=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #701778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701778 is #8FE887. Grayscale: #3C3C3C. Windows color (decimal): -9431176 or 7870320. OLE color: 7870320.
HSL color Cylindrical-coordinate representation of color #701778: hue angle of 295.05º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701778 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 23 | 120 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.53 |
| HSL | 295.05º | 0.68% | 0.28% | - |
| HSV(B) | 295.05º | 0.81% | 0.47% | - |
| XYZ | 10.38 | 5.41 | 18.27 | - |
| YUV | 60.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 120 | 0.07 | 0.81 | 0 | 0.53 | 295.05 | 0.68 | 0.28 |
| Hex | 70 | 17 | 78 | 7 | 51 | 0 | 35 | 127 | 44 | 1C |
| Octal | 160 | 27 | 170 | 7 | 121 | 0 | 65 | 447 | 104 | 34 |
| Binary | 1110000 | 10111 | 1111000 | 111 | 1010001 | 0 | 110101 | 100100111 | 1000100 | 11100 |
Color Harmonies of #701778
Complementary color
Monochromatic Colors of #701778
Black with #701778
Text Example
Text Example
White with #701778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701778; }
p { color: rgb(112,23,120); }
H1.HeaderClassName
{
color: #701778;
}
.AnyTagClassName
{
color: #701778;
}
</style>
background-color css
<style>
a { background-color: #701778; }
a { background-color: rgb(112,23,120); }
div.DivClassName
{
background-color: #701778;
}
.BgClassName
{
background-color: #701778;
}
</style>
border-color css
<style>
span { border-color: #701778; }
span { border-color: rgb(112,23,120); }
td.TdClassName
{
border-color: #701778;
}
.TagClassName
{
border-color: #701778;
}
</style>