Shades of Seance #701A80
Tints of Seance #701A80
RGB
CMYK
RGB Variations
Color information
#701A80 (or 0x701A80) is known color: Seance. HEX triplet: 70, 1A and 80. RGB value is (112,26,128). Sum of RGB (Red+Green+Blue) = 112+26+128=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #701A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A80 is #8FE57F. Grayscale: #3F3F3F. Windows color (decimal): -9430400 or 8395376. OLE color: 8395376.
HSL color Cylindrical-coordinate representation of color #701A80: hue angle of 290.59º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701A80 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 26 | 128 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.50 |
| HSL | 290.59º | 0.66% | 0.3% | - |
| HSV(B) | 290.59º | 0.8% | 0.5% | - |
| XYZ | 10.95 | 5.74 | 20.95 | - |
| YUV | 63.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 128 | 0.12 | 0.80 | 0 | 0.50 | 290.59 | 0.66 | 0.3 |
| Hex | 70 | 1A | 80 | C | 50 | 0 | 32 | 123 | 42 | 1E |
| Octal | 160 | 32 | 200 | 14 | 120 | 0 | 62 | 443 | 102 | 36 |
| Binary | 1110000 | 11010 | 10000000 | 1100 | 1010000 | 0 | 110010 | 100100011 | 1000010 | 11110 |
Color Harmonies of #701A80
Complementary color
Monochromatic Colors of #701A80
Black with #701A80
Text Example
Text Example
White with #701A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A80; }
p { color: rgb(112,26,128); }
H1.HeaderClassName
{
color: #701A80;
}
.AnyTagClassName
{
color: #701A80;
}
</style>
background-color css
<style>
a { background-color: #701A80; }
a { background-color: rgb(112,26,128); }
div.DivClassName
{
background-color: #701A80;
}
.BgClassName
{
background-color: #701A80;
}
</style>
border-color css
<style>
span { border-color: #701A80; }
span { border-color: rgb(112,26,128); }
td.TdClassName
{
border-color: #701A80;
}
.TagClassName
{
border-color: #701A80;
}
</style>