#70316E

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

Shades of Seance #70316E

Tints of Seance #70316E

Color information

#70316E (or 0x70316E) is unknown color: approx Seance. HEX triplet: 70, 31 and 6E. RGB value is (112,49,110). Sum of RGB (Red+Green+Blue) = 112+49+110=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70316E is #8FCE91. Grayscale: #4A4A4A. Windows color (decimal): -9424530 or 7221616. OLE color: 7221616.

HSL color Cylindrical-coordinate representation of color #70316E: hue angle of 301.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70316E is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11249110-
CMYK00.560.020.56
HSL301.9º39.13%31.57%-
HSV(B)301.9º56.25%43.92%-
XYZ10.596.7715.5-
YUV74.79147.87154.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=41.33%
G=18.08%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124911000.560.020.56301.939.1331.57
Hex70316E03823812e2720
Octal160611560702704564740
Binary11100001100011101110011100010111000100101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,49,110); }

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

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

 a { background-color: rgb(112,49,110); }

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

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

 span { border-color: rgb(112,49,110); }

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