#70396C

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

Shades of Seance #70396C

Tints of Seance #70396C

Color information

#70396C (or 0x70396C) is unknown color: approx Seance. HEX triplet: 70, 39 and 6C. RGB value is (112,57,108). Sum of RGB (Red+Green+Blue) = 112+57+108=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70396C is #8FC693. Grayscale: #4F4F4F. Windows color (decimal): -9422484 or 7092592. OLE color: 7092592.

HSL color Cylindrical-coordinate representation of color #70396C: hue angle of 304.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70396C is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11257108-
CMYK00.490.040.56
HSL304.36º32.54%33.14%-
HSV(B)304.36º49.11%43.92%-
XYZ10.857.4515.05-
YUV79.26144.22151.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=40.43%
G=20.58%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125710800.490.040.56304.3632.5433.14
Hex70396C0314381302121
Octal160711540614704604141
Binary111000011100111011000110001100111000100110000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70396C; }

 p { color: rgb(112,57,108); }

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

<style>
 a { background-color: #70396C; }

 a { background-color: rgb(112,57,108); }

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

<style>
 span { border-color: #70396C; }

 span { border-color: rgb(112,57,108); }

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