#70356C

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

Shades of Seance #70356C

Tints of Seance #70356C

Color information

#70356C (or 0x70356C) is unknown color: approx Seance. HEX triplet: 70, 35 and 6C. RGB value is (112,53,108). Sum of RGB (Red+Green+Blue) = 112+53+108=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70356C is #8FCA93. Grayscale: #4C4C4C. Windows color (decimal): -9423508 or 7091568. OLE color: 7091568.

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

Color convert

RGB11253108-
CMYK00.530.040.56
HSL304.07º35.76%32.35%-
HSV(B)304.07º52.68%43.92%-
XYZ10.667.0714.99-
YUV76.91145.55153.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=41.03%
G=19.41%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125310800.530.040.56304.0735.7632.35
Hex70356C0354381302420
Octal160651540654704604440
Binary111000011010111011000110101100111000100110000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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