Shades of Seance #702E76
Tints of Seance #702E76
RGB
CMYK
RGB Variations
Color information
#702E76 (or 0x702E76) is known color: Seance. HEX triplet: 70, 2E and 76. RGB value is (112,46,118). Sum of RGB (Red+Green+Blue) = 112+46+118=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #702E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E76 is #8FD189. Grayscale: #494949. Windows color (decimal): -9425290 or 7745136. OLE color: 7745136.
HSL color Cylindrical-coordinate representation of color #702E76: hue angle of 295º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702E76 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 46 | 118 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.54 |
| HSL | 295º | 0.44% | 0.32% | - |
| HSV(B) | 295º | 0.61% | 0.46% | - |
| XYZ | 10.93 | 6.71 | 17.86 | - |
| YUV | 73.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 118 | 0.05 | 0.61 | 0 | 0.54 | 295 | 0.44 | 0.32 |
| Hex | 70 | 2E | 76 | 5 | 3D | 0 | 36 | 127 | 2C | 20 |
| Octal | 160 | 56 | 166 | 5 | 75 | 0 | 66 | 447 | 54 | 40 |
| Binary | 1110000 | 101110 | 1110110 | 101 | 111101 | 0 | 110110 | 100100111 | 101100 | 100000 |
Color Harmonies of #702E76
Complementary color
Monochromatic Colors of #702E76
Black with #702E76
Text Example
Text Example
White with #702E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E76; }
p { color: rgb(112,46,118); }
H1.HeaderClassName
{
color: #702E76;
}
.AnyTagClassName
{
color: #702E76;
}
</style>
background-color css
<style>
a { background-color: #702E76; }
a { background-color: rgb(112,46,118); }
div.DivClassName
{
background-color: #702E76;
}
.BgClassName
{
background-color: #702E76;
}
</style>
border-color css
<style>
span { border-color: #702E76; }
span { border-color: rgb(112,46,118); }
td.TdClassName
{
border-color: #702E76;
}
.TagClassName
{
border-color: #702E76;
}
</style>