Shades of Seance #702F6F
Tints of Seance #702F6F
RGB
CMYK
RGB Variations
Color information
#702F6F (or 0x702F6F) is known color: Seance. HEX triplet: 70, 2F and 6F. RGB value is (112,47,111). Sum of RGB (Red+Green+Blue) = 112+47+111=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #702F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F6F is #8FD090. Grayscale: #494949. Windows color (decimal): -9425041 or 7286640. OLE color: 7286640.
HSL color Cylindrical-coordinate representation of color #702F6F: hue angle of 300.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F6F is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 111 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.56 |
| HSL | 300.92º | 0.41% | 0.31% | - |
| HSV(B) | 300.92º | 0.58% | 0.44% | - |
| XYZ | 10.57 | 6.63 | 15.76 | - |
| YUV | 73.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 111 | 0 | 0.58 | 0.01 | 0.56 | 300.92 | 0.41 | 0.31 |
| Hex | 70 | 2F | 6F | 0 | 3A | 1 | 38 | 12D | 29 | 1F |
| Octal | 160 | 57 | 157 | 0 | 72 | 1 | 70 | 455 | 51 | 37 |
| Binary | 1110000 | 101111 | 1101111 | 0 | 111010 | 1 | 111000 | 100101101 | 101001 | 11111 |
Color Harmonies of #702F6F
Complementary color
Monochromatic Colors of #702F6F
Black with #702F6F
Text Example
Text Example
White with #702F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F6F; }
p { color: rgb(112,47,111); }
H1.HeaderClassName
{
color: #702F6F;
}
.AnyTagClassName
{
color: #702F6F;
}
</style>
background-color css
<style>
a { background-color: #702F6F; }
a { background-color: rgb(112,47,111); }
div.DivClassName
{
background-color: #702F6F;
}
.BgClassName
{
background-color: #702F6F;
}
</style>
border-color css
<style>
span { border-color: #702F6F; }
span { border-color: rgb(112,47,111); }
td.TdClassName
{
border-color: #702F6F;
}
.TagClassName
{
border-color: #702F6F;
}
</style>