Shades of Seance #702172
Tints of Seance #702172
RGB
CMYK
RGB Variations
Color information
#702172 (or 0x702172) is known color: Seance. HEX triplet: 70, 21 and 72. RGB value is (112,33,114). Sum of RGB (Red+Green+Blue) = 112+33+114=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #702172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702172 is #8FDE8D. Grayscale: #414141. Windows color (decimal): -9428622 or 7479664. OLE color: 7479664.
HSL color Cylindrical-coordinate representation of color #702172: hue angle of 298.52º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702172 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 33 | 114 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.55 |
| HSL | 298.52º | 0.55% | 0.29% | - |
| HSV(B) | 298.52º | 0.71% | 0.45% | - |
| XYZ | 10.26 | 5.75 | 16.49 | - |
| YUV | 65.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 114 | 0.02 | 0.71 | 0 | 0.55 | 298.52 | 0.55 | 0.29 |
| Hex | 70 | 21 | 72 | 2 | 47 | 0 | 37 | 12B | 37 | 1D |
| Octal | 160 | 41 | 162 | 2 | 107 | 0 | 67 | 453 | 67 | 35 |
| Binary | 1110000 | 100001 | 1110010 | 10 | 1000111 | 0 | 110111 | 100101011 | 110111 | 11101 |
Color Harmonies of #702172
Complementary color
Monochromatic Colors of #702172
Black with #702172
Text Example
Text Example
White with #702172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702172; }
p { color: rgb(112,33,114); }
H1.HeaderClassName
{
color: #702172;
}
.AnyTagClassName
{
color: #702172;
}
</style>
background-color css
<style>
a { background-color: #702172; }
a { background-color: rgb(112,33,114); }
div.DivClassName
{
background-color: #702172;
}
.BgClassName
{
background-color: #702172;
}
</style>
border-color css
<style>
span { border-color: #702172; }
span { border-color: rgb(112,33,114); }
td.TdClassName
{
border-color: #702172;
}
.TagClassName
{
border-color: #702172;
}
</style>