Shades of Seance #703072
Tints of Seance #703072
RGB
CMYK
RGB Variations
Color information
#703072 (or 0x703072) is known color: Seance. HEX triplet: 70, 30 and 72. RGB value is (112,48,114). Sum of RGB (Red+Green+Blue) = 112+48+114=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #703072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703072 is #8FCF8D. Grayscale: #4A4A4A. Windows color (decimal): -9424782 or 7483504. OLE color: 7483504.
HSL color Cylindrical-coordinate representation of color #703072: hue angle of 298.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703072 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 48 | 114 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.55 |
| HSL | 298.18º | 0.41% | 0.32% | - |
| HSV(B) | 298.18º | 0.58% | 0.45% | - |
| XYZ | 10.78 | 6.77 | 16.66 | - |
| YUV | 74.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 114 | 0.02 | 0.58 | 0 | 0.55 | 298.18 | 0.41 | 0.32 |
| Hex | 70 | 30 | 72 | 2 | 3A | 0 | 37 | 12A | 29 | 20 |
| Octal | 160 | 60 | 162 | 2 | 72 | 0 | 67 | 452 | 51 | 40 |
| Binary | 1110000 | 110000 | 1110010 | 10 | 111010 | 0 | 110111 | 100101010 | 101001 | 100000 |
Color Harmonies of #703072
Complementary color
Monochromatic Colors of #703072
Black with #703072
Text Example
Text Example
White with #703072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703072; }
p { color: rgb(112,48,114); }
H1.HeaderClassName
{
color: #703072;
}
.AnyTagClassName
{
color: #703072;
}
</style>
background-color css
<style>
a { background-color: #703072; }
a { background-color: rgb(112,48,114); }
div.DivClassName
{
background-color: #703072;
}
.BgClassName
{
background-color: #703072;
}
</style>
border-color css
<style>
span { border-color: #703072; }
span { border-color: rgb(112,48,114); }
td.TdClassName
{
border-color: #703072;
}
.TagClassName
{
border-color: #703072;
}
</style>