#70316F

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

Shades of Seance #70316F

Tints of Seance #70316F

Color information

#70316F (or 0x70316F) is unknown color: approx Seance. HEX triplet: 70, 31 and 6F. RGB value is (112,49,111). Sum of RGB (Red+Green+Blue) = 112+49+111=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70316F is #8FCE90. Grayscale: #4A4A4A. Windows color (decimal): -9424529 or 7287152. OLE color: 7287152.

HSL color Cylindrical-coordinate representation of color #70316F: hue angle of 300.95º 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 #70316F is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11249111-
CMYK00.560.010.56
HSL300.95º39.13%31.57%-
HSV(B)300.95º56.25%43.92%-
XYZ10.656.7915.79-
YUV74.9148.37154.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=41.18%
G=18.01%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124911100.560.010.56300.9539.1331.57
Hex70316F03813812d2720
Octal160611570701704554740
Binary1110000110001110111101110001111000100101101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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