Shades of Seance #702D6E
Tints of Seance #702D6E
RGB
CMYK
RGB Variations
Color information
#702D6E (or 0x702D6E) is known color: Seance. HEX triplet: 70, 2D and 6E. RGB value is (112,45,110). Sum of RGB (Red+Green+Blue) = 112+45+110=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #702D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D6E is #8FD291. Grayscale: #484848. Windows color (decimal): -9425554 or 7220592. OLE color: 7220592.
HSL color Cylindrical-coordinate representation of color #702D6E: hue angle of 301.79º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D6E is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 110 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.56 |
| HSL | 301.79º | 0.43% | 0.31% | - |
| HSV(B) | 301.79º | 0.6% | 0.44% | - |
| XYZ | 10.43 | 6.45 | 15.45 | - |
| YUV | 72.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 110 | 0 | 0.60 | 0.02 | 0.56 | 301.79 | 0.43 | 0.31 |
| Hex | 70 | 2D | 6E | 0 | 3C | 2 | 38 | 12E | 2B | 1F |
| Octal | 160 | 55 | 156 | 0 | 74 | 2 | 70 | 456 | 53 | 37 |
| Binary | 1110000 | 101101 | 1101110 | 0 | 111100 | 10 | 111000 | 100101110 | 101011 | 11111 |
Color Harmonies of #702D6E
Complementary color
Monochromatic Colors of #702D6E
Black with #702D6E
Text Example
Text Example
White with #702D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D6E; }
p { color: rgb(112,45,110); }
H1.HeaderClassName
{
color: #702D6E;
}
.AnyTagClassName
{
color: #702D6E;
}
</style>
background-color css
<style>
a { background-color: #702D6E; }
a { background-color: rgb(112,45,110); }
div.DivClassName
{
background-color: #702D6E;
}
.BgClassName
{
background-color: #702D6E;
}
</style>
border-color css
<style>
span { border-color: #702D6E; }
span { border-color: rgb(112,45,110); }
td.TdClassName
{
border-color: #702D6E;
}
.TagClassName
{
border-color: #702D6E;
}
</style>