Shades of Seance #70257E
Tints of Seance #70257E
RGB
CMYK
RGB Variations
Color information
#70257E (or 0x70257E) is known color: Seance. HEX triplet: 70, 25 and 7E. RGB value is (112,37,126). Sum of RGB (Red+Green+Blue) = 112+37+126=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #70257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70257E is #8FDA81. Grayscale: #454545. Windows color (decimal): -9427586 or 8267120. OLE color: 8267120.
HSL color Cylindrical-coordinate representation of color #70257E: hue angle of 290.56º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70257E is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 37 | 126 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.51 |
| HSL | 290.56º | 0.55% | 0.32% | - |
| HSV(B) | 290.56º | 0.71% | 0.49% | - |
| XYZ | 11.11 | 6.27 | 20.36 | - |
| YUV | 69.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 126 | 0.11 | 0.71 | 0 | 0.51 | 290.56 | 0.55 | 0.32 |
| Hex | 70 | 25 | 7E | B | 47 | 0 | 33 | 123 | 37 | 20 |
| Octal | 160 | 45 | 176 | 13 | 107 | 0 | 63 | 443 | 67 | 40 |
| Binary | 1110000 | 100101 | 1111110 | 1011 | 1000111 | 0 | 110011 | 100100011 | 110111 | 100000 |
Color Harmonies of #70257E
Complementary color
Monochromatic Colors of #70257E
Black with #70257E
Text Example
Text Example
White with #70257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70257E; }
p { color: rgb(112,37,126); }
H1.HeaderClassName
{
color: #70257E;
}
.AnyTagClassName
{
color: #70257E;
}
</style>
background-color css
<style>
a { background-color: #70257E; }
a { background-color: rgb(112,37,126); }
div.DivClassName
{
background-color: #70257E;
}
.BgClassName
{
background-color: #70257E;
}
</style>
border-color css
<style>
span { border-color: #70257E; }
span { border-color: rgb(112,37,126); }
td.TdClassName
{
border-color: #70257E;
}
.TagClassName
{
border-color: #70257E;
}
</style>