Shades of Seance #702872
Tints of Seance #702872
RGB
CMYK
RGB Variations
Color information
#702872 (or 0x702872) is known color: Seance. HEX triplet: 70, 28 and 72. RGB value is (112,40,114). Sum of RGB (Red+Green+Blue) = 112+40+114=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #702872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702872 is #8FD78D. Grayscale: #454545. Windows color (decimal): -9426830 or 7481456. OLE color: 7481456.
HSL color Cylindrical-coordinate representation of color #702872: hue angle of 298.38º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702872 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 40 | 114 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.55 |
| HSL | 298.38º | 0.48% | 0.3% | - |
| HSV(B) | 298.38º | 0.65% | 0.45% | - |
| XYZ | 10.48 | 6.18 | 16.56 | - |
| YUV | 69.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 114 | 0.02 | 0.65 | 0 | 0.55 | 298.38 | 0.48 | 0.3 |
| Hex | 70 | 28 | 72 | 2 | 41 | 0 | 37 | 12A | 30 | 1E |
| Octal | 160 | 50 | 162 | 2 | 101 | 0 | 67 | 452 | 60 | 36 |
| Binary | 1110000 | 101000 | 1110010 | 10 | 1000001 | 0 | 110111 | 100101010 | 110000 | 11110 |
Color Harmonies of #702872
Complementary color
Monochromatic Colors of #702872
Black with #702872
Text Example
Text Example
White with #702872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702872; }
p { color: rgb(112,40,114); }
H1.HeaderClassName
{
color: #702872;
}
.AnyTagClassName
{
color: #702872;
}
</style>
background-color css
<style>
a { background-color: #702872; }
a { background-color: rgb(112,40,114); }
div.DivClassName
{
background-color: #702872;
}
.BgClassName
{
background-color: #702872;
}
</style>
border-color css
<style>
span { border-color: #702872; }
span { border-color: rgb(112,40,114); }
td.TdClassName
{
border-color: #702872;
}
.TagClassName
{
border-color: #702872;
}
</style>