Shades of Seance #701974
Tints of Seance #701974
RGB
CMYK
RGB Variations
Color information
#701974 (or 0x701974) is known color: Seance. HEX triplet: 70, 19 and 74. RGB value is (112,25,116). Sum of RGB (Red+Green+Blue) = 112+25+116=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #701974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701974 is #8FE68B. Grayscale: #3D3D3D. Windows color (decimal): -9430668 or 7608688. OLE color: 7608688.
HSL color Cylindrical-coordinate representation of color #701974: hue angle of 297.36º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701974 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 25 | 116 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.55 |
| HSL | 297.36º | 0.65% | 0.28% | - |
| HSV(B) | 297.36º | 0.78% | 0.45% | - |
| XYZ | 10.18 | 5.4 | 17.03 | - |
| YUV | 61.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 116 | 0.03 | 0.78 | 0 | 0.55 | 297.36 | 0.65 | 0.28 |
| Hex | 70 | 19 | 74 | 3 | 4E | 0 | 37 | 129 | 41 | 1C |
| Octal | 160 | 31 | 164 | 3 | 116 | 0 | 67 | 451 | 101 | 34 |
| Binary | 1110000 | 11001 | 1110100 | 11 | 1001110 | 0 | 110111 | 100101001 | 1000001 | 11100 |
Color Harmonies of #701974
Complementary color
Monochromatic Colors of #701974
Black with #701974
Text Example
Text Example
White with #701974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701974; }
p { color: rgb(112,25,116); }
H1.HeaderClassName
{
color: #701974;
}
.AnyTagClassName
{
color: #701974;
}
</style>
background-color css
<style>
a { background-color: #701974; }
a { background-color: rgb(112,25,116); }
div.DivClassName
{
background-color: #701974;
}
.BgClassName
{
background-color: #701974;
}
</style>
border-color css
<style>
span { border-color: #701974; }
span { border-color: rgb(112,25,116); }
td.TdClassName
{
border-color: #701974;
}
.TagClassName
{
border-color: #701974;
}
</style>