#70197E

Color #70197E Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #70197E

Tints of Seance #70197E

Color information

#70197E (or 0x70197E) is unknown color: approx Seance. HEX triplet: 70, 19 and 7E. RGB value is (112,25,126). Sum of RGB (Red+Green+Blue) = 112+25+126=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #70197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70197E is #8FE681. Grayscale: #3E3E3E. Windows color (decimal): -9430658 or 8264048. OLE color: 8264048.

HSL color Cylindrical-coordinate representation of color #70197E: hue angle of 291.68º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70197E is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11225126-
CMYK0.110.8000.51
HSL291.68º66.89%29.61%-
HSV(B)291.68º80.16%49.41%-
XYZ10.85.6520.26-
YUV62.53163.82163.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=42.59%
G=9.51%
B=47.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112251260.110.8000.51291.6866.8929.61
Hex70197EB50033124431e
Octal160311761312006344410336
Binary1110000110011111110101110100000110011100100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70197E; }

 p { color: rgb(112,25,126); }

 H1.HeaderClassName
 {
   color: #70197E;
 }
 .AnyTagClassName
 {
   color: #70197E;
 }
</style>
background-color css

<style>
 a { background-color: #70197E; }

 a { background-color: rgb(112,25,126); }

 div.DivClassName
 {
   background-color: #70197E;
 }
 .BgClassName
 {
   background-color: #70197E;
 }
</style>
border-color css

<style>
 span { border-color: #70197E; }

 span { border-color: rgb(112,25,126); }

 td.TdClassName
 {
   border-color: #70197E;
 }
 .TagClassName
 {
   border-color: #70197E;
 }
</style>