Shades of Seance #701C80
Tints of Seance #701C80
RGB
CMYK
RGB Variations
Color information
#701C80 (or 0x701C80) is known color: Seance. HEX triplet: 70, 1C and 80. RGB value is (112,28,128). Sum of RGB (Red+Green+Blue) = 112+28+128=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #701C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701C80 is #8FE37F. Grayscale: #404040. Windows color (decimal): -9429888 or 8395888. OLE color: 8395888.
HSL color Cylindrical-coordinate representation of color #701C80: hue angle of 290.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701C80 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 28 | 128 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.50 |
| HSL | 290.4º | 0.64% | 0.31% | - |
| HSV(B) | 290.4º | 0.78% | 0.5% | - |
| XYZ | 10.99 | 5.83 | 20.97 | - |
| YUV | 64.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 128 | 0.12 | 0.78 | 0 | 0.50 | 290.4 | 0.64 | 0.31 |
| Hex | 70 | 1C | 80 | C | 4E | 0 | 32 | 122 | 40 | 1F |
| Octal | 160 | 34 | 200 | 14 | 116 | 0 | 62 | 442 | 100 | 37 |
| Binary | 1110000 | 11100 | 10000000 | 1100 | 1001110 | 0 | 110010 | 100100010 | 1000000 | 11111 |
Color Harmonies of #701C80
Complementary color
Monochromatic Colors of #701C80
Black with #701C80
Text Example
Text Example
White with #701C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C80; }
p { color: rgb(112,28,128); }
H1.HeaderClassName
{
color: #701C80;
}
.AnyTagClassName
{
color: #701C80;
}
</style>
background-color css
<style>
a { background-color: #701C80; }
a { background-color: rgb(112,28,128); }
div.DivClassName
{
background-color: #701C80;
}
.BgClassName
{
background-color: #701C80;
}
</style>
border-color css
<style>
span { border-color: #701C80; }
span { border-color: rgb(112,28,128); }
td.TdClassName
{
border-color: #701C80;
}
.TagClassName
{
border-color: #701C80;
}
</style>