Shades of Seance #701A82
Tints of Seance #701A82
RGB
CMYK
RGB Variations
Color information
#701A82 (or 0x701A82) is known color: Seance. HEX triplet: 70, 1A and 82. RGB value is (112,26,130). Sum of RGB (Red+Green+Blue) = 112+26+130=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #701A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701A82 is #8FE57D. Grayscale: #3F3F3F. Windows color (decimal): -9430398 or 8526448. OLE color: 8526448.
HSL color Cylindrical-coordinate representation of color #701A82: hue angle of 289.62º 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 #701A82 is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 26 | 130 | - |
| CMYK | 0.14 | 0.8 | 0 | 0.49 |
| HSL | 289.62º | 0.67% | 0.31% | - |
| HSV(B) | 289.62º | 0.8% | 0.51% | - |
| XYZ | 11.08 | 5.8 | 21.65 | - |
| YUV | 63.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 26 | 130 | 0.14 | 0.8 | 0 | 0.49 | 289.62 | 0.67 | 0.31 |
| Hex | 70 | 1A | 82 | E | 50 | 0 | 31 | 122 | 43 | 1F |
| Octal | 160 | 32 | 202 | 16 | 120 | 0 | 61 | 442 | 103 | 37 |
| Binary | 1110000 | 11010 | 10000010 | 1110 | 1010000 | 0 | 110001 | 100100010 | 1000011 | 11111 |
Color Harmonies of #701A82
Complementary color
Monochromatic Colors of #701A82
Black with #701A82
Text Example
Text Example
White with #701A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701A82; }
p { color: rgb(112,26,130); }
H1.HeaderClassName
{
color: #701A82;
}
.AnyTagClassName
{
color: #701A82;
}
</style>
background-color css
<style>
a { background-color: #701A82; }
a { background-color: rgb(112,26,130); }
div.DivClassName
{
background-color: #701A82;
}
.BgClassName
{
background-color: #701A82;
}
</style>
border-color css
<style>
span { border-color: #701A82; }
span { border-color: rgb(112,26,130); }
td.TdClassName
{
border-color: #701A82;
}
.TagClassName
{
border-color: #701A82;
}
</style>