Shades of Seance #702E75
Tints of Seance #702E75
RGB
CMYK
RGB Variations
Color information
#702E75 (or 0x702E75) is known color: Seance. HEX triplet: 70, 2E and 75. RGB value is (112,46,117). Sum of RGB (Red+Green+Blue) = 112+46+117=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #702E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E75 is #8FD18A. Grayscale: #494949. Windows color (decimal): -9425291 or 7679600. OLE color: 7679600.
HSL color Cylindrical-coordinate representation of color #702E75: hue angle of 295.77º 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 #702E75 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 46 | 117 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.54 |
| HSL | 295.77º | 0.44% | 0.32% | - |
| HSV(B) | 295.77º | 0.61% | 0.46% | - |
| XYZ | 10.87 | 6.68 | 17.55 | - |
| YUV | 73.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 117 | 0.04 | 0.61 | 0 | 0.54 | 295.77 | 0.44 | 0.32 |
| Hex | 70 | 2E | 75 | 4 | 3D | 0 | 36 | 128 | 2C | 20 |
| Octal | 160 | 56 | 165 | 4 | 75 | 0 | 66 | 450 | 54 | 40 |
| Binary | 1110000 | 101110 | 1110101 | 100 | 111101 | 0 | 110110 | 100101000 | 101100 | 100000 |
Color Harmonies of #702E75
Complementary color
Monochromatic Colors of #702E75
Black with #702E75
Text Example
Text Example
White with #702E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E75; }
p { color: rgb(112,46,117); }
H1.HeaderClassName
{
color: #702E75;
}
.AnyTagClassName
{
color: #702E75;
}
</style>
background-color css
<style>
a { background-color: #702E75; }
a { background-color: rgb(112,46,117); }
div.DivClassName
{
background-color: #702E75;
}
.BgClassName
{
background-color: #702E75;
}
</style>
border-color css
<style>
span { border-color: #702E75; }
span { border-color: rgb(112,46,117); }
td.TdClassName
{
border-color: #702E75;
}
.TagClassName
{
border-color: #702E75;
}
</style>