Shades of Seance #701F7C
Tints of Seance #701F7C
RGB
CMYK
RGB Variations
Color information
#701F7C (or 0x701F7C) is known color: Seance. HEX triplet: 70, 1F and 7C. RGB value is (112,31,124). Sum of RGB (Red+Green+Blue) = 112+31+124=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #701F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701F7C is #8FE083. Grayscale: #414141. Windows color (decimal): -9429124 or 8134512. OLE color: 8134512.
HSL color Cylindrical-coordinate representation of color #701F7C: hue angle of 292.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701F7C is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 31 | 124 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.51 |
| HSL | 292.26º | 0.6% | 0.3% | - |
| HSV(B) | 292.26º | 0.75% | 0.49% | - |
| XYZ | 10.81 | 5.88 | 19.63 | - |
| YUV | 65.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 124 | 0.10 | 0.75 | 0 | 0.51 | 292.26 | 0.6 | 0.3 |
| Hex | 70 | 1F | 7C | A | 4B | 0 | 33 | 124 | 3C | 1E |
| Octal | 160 | 37 | 174 | 12 | 113 | 0 | 63 | 444 | 74 | 36 |
| Binary | 1110000 | 11111 | 1111100 | 1010 | 1001011 | 0 | 110011 | 100100100 | 111100 | 11110 |
Color Harmonies of #701F7C
Complementary color
Monochromatic Colors of #701F7C
Black with #701F7C
Text Example
Text Example
White with #701F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701F7C; }
p { color: rgb(112,31,124); }
H1.HeaderClassName
{
color: #701F7C;
}
.AnyTagClassName
{
color: #701F7C;
}
</style>
background-color css
<style>
a { background-color: #701F7C; }
a { background-color: rgb(112,31,124); }
div.DivClassName
{
background-color: #701F7C;
}
.BgClassName
{
background-color: #701F7C;
}
</style>
border-color css
<style>
span { border-color: #701F7C; }
span { border-color: rgb(112,31,124); }
td.TdClassName
{
border-color: #701F7C;
}
.TagClassName
{
border-color: #701F7C;
}
</style>