Shades of Seance #702E6C
Tints of Seance #702E6C
RGB
CMYK
RGB Variations
Color information
#702E6C (or 0x702E6C) is known color: Seance. HEX triplet: 70, 2E and 6C. RGB value is (112,46,108). Sum of RGB (Red+Green+Blue) = 112+46+108=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #702E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E6C is #8FD193. Grayscale: #484848. Windows color (decimal): -9425300 or 7089776. OLE color: 7089776.
HSL color Cylindrical-coordinate representation of color #702E6C: hue angle of 303.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E6C is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 108 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.56 |
| HSL | 303.64º | 0.42% | 0.31% | - |
| HSV(B) | 303.64º | 0.59% | 0.44% | - |
| XYZ | 10.37 | 6.48 | 14.89 | - |
| YUV | 72.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 108 | 0 | 0.59 | 0.04 | 0.56 | 303.64 | 0.42 | 0.31 |
| Hex | 70 | 2E | 6C | 0 | 3B | 4 | 38 | 130 | 2A | 1F |
| Octal | 160 | 56 | 154 | 0 | 73 | 4 | 70 | 460 | 52 | 37 |
| Binary | 1110000 | 101110 | 1101100 | 0 | 111011 | 100 | 111000 | 100110000 | 101010 | 11111 |
Color Harmonies of #702E6C
Complementary color
Monochromatic Colors of #702E6C
Black with #702E6C
Text Example
Text Example
White with #702E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E6C; }
p { color: rgb(112,46,108); }
H1.HeaderClassName
{
color: #702E6C;
}
.AnyTagClassName
{
color: #702E6C;
}
</style>
background-color css
<style>
a { background-color: #702E6C; }
a { background-color: rgb(112,46,108); }
div.DivClassName
{
background-color: #702E6C;
}
.BgClassName
{
background-color: #702E6C;
}
</style>
border-color css
<style>
span { border-color: #702E6C; }
span { border-color: rgb(112,46,108); }
td.TdClassName
{
border-color: #702E6C;
}
.TagClassName
{
border-color: #702E6C;
}
</style>