#70197A

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

Shades of Seance #70197A

Tints of Seance #70197A

Color information

#70197A (or 0x70197A) is unknown color: approx Seance. HEX triplet: 70, 19 and 7A. RGB value is (112,25,122). Sum of RGB (Red+Green+Blue) = 112+25+122=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #70197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70197A is #8FE685. Grayscale: #3D3D3D. Windows color (decimal): -9430662 or 8001904. OLE color: 8001904.

HSL color Cylindrical-coordinate representation of color #70197A: hue angle of 293.81º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70197A is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11225122-
CMYK0.080.8000.52
HSL293.81º65.99%28.82%-
HSV(B)293.81º79.51%47.84%-
XYZ10.545.5518.93-
YUV62.07161.82163.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=43.24%
G=9.65%
B=47.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112251220.080.8000.52293.8165.9928.82
Hex70197A850034126421d
Octal160311721012006444610235
Binary1110000110011111010100010100000110100100100110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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