#70326B

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

Shades of Seance #70326B

Tints of Seance #70326B

Color information

#70326B (or 0x70326B) is unknown color: approx Seance. HEX triplet: 70, 32 and 6B. RGB value is (112,50,107). Sum of RGB (Red+Green+Blue) = 112+50+107=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70326B is #8FCD94. Grayscale: #4A4A4A. Windows color (decimal): -9424277 or 7025264. OLE color: 7025264.

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

Color convert

RGB11250107-
CMYK00.550.040.56
HSL304.84º38.27%31.76%-
HSV(B)304.84º55.36%43.92%-
XYZ10.486.7914.67-
YUV75.04146.04154.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=41.64%
G=18.59%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125010700.550.040.56304.8438.2731.76
Hex70326B0374381312620
Octal160621530674704614640
Binary111000011001011010110110111100111000100110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70326B; }

 p { color: rgb(112,50,107); }

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

<style>
 a { background-color: #70326B; }

 a { background-color: rgb(112,50,107); }

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

<style>
 span { border-color: #70326B; }

 span { border-color: rgb(112,50,107); }

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