#70376E

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

Shades of Seance #70376E

Tints of Seance #70376E

Color information

#70376E (or 0x70376E) is unknown color: approx Seance. HEX triplet: 70, 37 and 6E. RGB value is (112,55,110). Sum of RGB (Red+Green+Blue) = 112+55+110=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70376E is #8FC891. Grayscale: #4E4E4E. Windows color (decimal): -9422994 or 7223152. OLE color: 7223152.

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

Color convert

RGB11255110-
CMYK00.510.020.56
HSL302.11º34.13%32.75%-
HSV(B)302.11º50.89%43.92%-
XYZ10.867.315.59-
YUV78.31145.88152.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=40.43%
G=19.86%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125511000.510.020.56302.1134.1332.75
Hex70376E03323812e2221
Octal160671560632704564241
Binary11100001101111101110011001110111000100101110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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