Shades of Seance #702E73
Tints of Seance #702E73
RGB
CMYK
RGB Variations
Color information
#702E73 (or 0x702E73) is known color: Seance. HEX triplet: 70, 2E and 73. RGB value is (112,46,115). Sum of RGB (Red+Green+Blue) = 112+46+115=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #702E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E73 is #8FD18C. Grayscale: #494949. Windows color (decimal): -9425293 or 7548528. OLE color: 7548528.
HSL color Cylindrical-coordinate representation of color #702E73: hue angle of 297.39º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702E73 is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 46 | 115 | - |
| CMYK | 0.03 | 0.6 | 0 | 0.55 |
| HSL | 297.39º | 0.43% | 0.32% | - |
| HSV(B) | 297.39º | 0.6% | 0.45% | - |
| XYZ | 10.75 | 6.64 | 16.93 | - |
| YUV | 73.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 115 | 0.03 | 0.6 | 0 | 0.55 | 297.39 | 0.43 | 0.32 |
| Hex | 70 | 2E | 73 | 3 | 3C | 0 | 37 | 129 | 2B | 20 |
| Octal | 160 | 56 | 163 | 3 | 74 | 0 | 67 | 451 | 53 | 40 |
| Binary | 1110000 | 101110 | 1110011 | 11 | 111100 | 0 | 110111 | 100101001 | 101011 | 100000 |
Color Harmonies of #702E73
Complementary color
Monochromatic Colors of #702E73
Black with #702E73
Text Example
Text Example
White with #702E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E73; }
p { color: rgb(112,46,115); }
H1.HeaderClassName
{
color: #702E73;
}
.AnyTagClassName
{
color: #702E73;
}
</style>
background-color css
<style>
a { background-color: #702E73; }
a { background-color: rgb(112,46,115); }
div.DivClassName
{
background-color: #702E73;
}
.BgClassName
{
background-color: #702E73;
}
</style>
border-color css
<style>
span { border-color: #702E73; }
span { border-color: rgb(112,46,115); }
td.TdClassName
{
border-color: #702E73;
}
.TagClassName
{
border-color: #702E73;
}
</style>