Shades of Seance #70267A
Tints of Seance #70267A
RGB
CMYK
RGB Variations
Color information
#70267A (or 0x70267A) is known color: Seance. HEX triplet: 70, 26 and 7A. RGB value is (112,38,122). Sum of RGB (Red+Green+Blue) = 112+38+122=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #70267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70267A is #8FD985. Grayscale: #454545. Windows color (decimal): -9427334 or 8005232. OLE color: 8005232.
HSL color Cylindrical-coordinate representation of color #70267A: hue angle of 292.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70267A is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 38 | 122 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.52 |
| HSL | 292.86º | 0.53% | 0.31% | - |
| HSV(B) | 292.86º | 0.69% | 0.48% | - |
| XYZ | 10.89 | 6.24 | 19.04 | - |
| YUV | 69.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 122 | 0.08 | 0.69 | 0 | 0.52 | 292.86 | 0.53 | 0.31 |
| Hex | 70 | 26 | 7A | 8 | 45 | 0 | 34 | 125 | 34 | 1F |
| Octal | 160 | 46 | 172 | 10 | 105 | 0 | 64 | 445 | 64 | 37 |
| Binary | 1110000 | 100110 | 1111010 | 1000 | 1000101 | 0 | 110100 | 100100101 | 110100 | 11111 |
Color Harmonies of #70267A
Complementary color
Monochromatic Colors of #70267A
Black with #70267A
Text Example
Text Example
White with #70267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70267A; }
p { color: rgb(112,38,122); }
H1.HeaderClassName
{
color: #70267A;
}
.AnyTagClassName
{
color: #70267A;
}
</style>
background-color css
<style>
a { background-color: #70267A; }
a { background-color: rgb(112,38,122); }
div.DivClassName
{
background-color: #70267A;
}
.BgClassName
{
background-color: #70267A;
}
</style>
border-color css
<style>
span { border-color: #70267A; }
span { border-color: rgb(112,38,122); }
td.TdClassName
{
border-color: #70267A;
}
.TagClassName
{
border-color: #70267A;
}
</style>