#70296D

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

Shades of Seance #70296D

Tints of Seance #70296D

Color information

#70296D (or 0x70296D) is unknown color: approx Seance. HEX triplet: 70, 29 and 6D. RGB value is (112,41,109). Sum of RGB (Red+Green+Blue) = 112+41+109=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70296D is #8FD692. Grayscale: #454545. Windows color (decimal): -9426579 or 7154032. OLE color: 7154032.

HSL color Cylindrical-coordinate representation of color #70296D: hue angle of 302.54º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70296D is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11241109-
CMYK00.630.030.56
HSL302.54º46.41%30%-
HSV(B)302.54º63.39%43.92%-
XYZ10.246.1315.11-
YUV69.98150.02157.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=42.75%
G=15.65%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124110900.630.030.56302.5446.4130
Hex70296D03F33812f2e1e
Octal160511550773704575636
Binary1110000101001110110101111111111100010010111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70296D; }

 p { color: rgb(112,41,109); }

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

<style>
 a { background-color: #70296D; }

 a { background-color: rgb(112,41,109); }

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

<style>
 span { border-color: #70296D; }

 span { border-color: rgb(112,41,109); }

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