#70336C

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

Shades of Seance #70336C

Tints of Seance #70336C

Color information

#70336C (or 0x70336C) is unknown color: approx Seance. HEX triplet: 70, 33 and 6C. RGB value is (112,51,108). Sum of RGB (Red+Green+Blue) = 112+51+108=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70336C is #8FCC93. Grayscale: #4B4B4B. Windows color (decimal): -9424020 or 7091056. OLE color: 7091056.

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

Color convert

RGB11251108-
CMYK00.540.040.56
HSL303.93º37.42%31.96%-
HSV(B)303.93º54.46%43.92%-
XYZ10.576.914.96-
YUV75.74146.21153.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=41.33%
G=18.82%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125110800.540.040.56303.9337.4231.96
Hex70336C0364381302520
Octal160631540664704604540
Binary111000011001111011000110110100111000100110000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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