#70386D

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

Shades of Seance #70386D

Tints of Seance #70386D

Color information

#70386D (or 0x70386D) is unknown color: approx Seance. HEX triplet: 70, 38 and 6D. RGB value is (112,56,109). Sum of RGB (Red+Green+Blue) = 112+56+109=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70386D is #8FC792. Grayscale: #4E4E4E. Windows color (decimal): -9422739 or 7157872. OLE color: 7157872.

HSL color Cylindrical-coordinate representation of color #70386D: hue angle of 303.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70386D is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11256109-
CMYK00.500.030.56
HSL303.21º33.33%32.94%-
HSV(B)303.21º50%43.92%-
XYZ10.867.3815.32-
YUV78.79145.05151.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=40.43%
G=20.22%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125610900.500.030.56303.2133.3332.94
Hex70386D03233812f2121
Octal160701550623704574141
Binary11100001110001101101011001011111000100101111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70386D; }

 p { color: rgb(112,56,109); }

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

<style>
 a { background-color: #70386D; }

 a { background-color: rgb(112,56,109); }

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

<style>
 span { border-color: #70386D; }

 span { border-color: rgb(112,56,109); }

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