Shades of Seance #701A83
Tints of Seance #701A83
RGB
CMYK
RGB Variations
Color information
#701A83 (or 0x701A83) is known color: Seance. HEX triplet: 70, 1A and 83. RGB value is (112,26,131). Sum of RGB (Red+Green+Blue) = 112+26+131=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #701A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A83 is #8FE57C. Grayscale: #3F3F3F. Windows color (decimal): -9430397 or 8591984. OLE color: 8591984.
HSL color Cylindrical-coordinate representation of color #701A83: hue angle of 289.14º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701A83 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 26 | 131 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.49 |
| HSL | 289.14º | 0.67% | 0.31% | - |
| HSV(B) | 289.14º | 0.8% | 0.51% | - |
| XYZ | 11.15 | 5.82 | 22.01 | - |
| YUV | 63.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 131 | 0.15 | 0.80 | 0 | 0.49 | 289.14 | 0.67 | 0.31 |
| Hex | 70 | 1A | 83 | F | 50 | 0 | 31 | 121 | 43 | 1F |
| Octal | 160 | 32 | 203 | 17 | 120 | 0 | 61 | 441 | 103 | 37 |
| Binary | 1110000 | 11010 | 10000011 | 1111 | 1010000 | 0 | 110001 | 100100001 | 1000011 | 11111 |
Color Harmonies of #701A83
Complementary color
Monochromatic Colors of #701A83
Black with #701A83
Text Example
Text Example
White with #701A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A83; }
p { color: rgb(112,26,131); }
H1.HeaderClassName
{
color: #701A83;
}
.AnyTagClassName
{
color: #701A83;
}
</style>
background-color css
<style>
a { background-color: #701A83; }
a { background-color: rgb(112,26,131); }
div.DivClassName
{
background-color: #701A83;
}
.BgClassName
{
background-color: #701A83;
}
</style>
border-color css
<style>
span { border-color: #701A83; }
span { border-color: rgb(112,26,131); }
td.TdClassName
{
border-color: #701A83;
}
.TagClassName
{
border-color: #701A83;
}
</style>