#702970

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

Shades of Seance #702970

Tints of Seance #702970

Color information

#702970 (or 0x702970) is unknown color: approx Seance. HEX triplet: 70, 29 and 70. RGB value is (112,41,112). Sum of RGB (Red+Green+Blue) = 112+41+112=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702970 is #8FD68F. Grayscale: #464646. Windows color (decimal): -9426576 or 7350640. OLE color: 7350640.

HSL color Cylindrical-coordinate representation of color #702970: hue angle of 300º 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 #702970 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11241112-
CMYK00.6300.56
HSL300º46.41%30%-
HSV(B)300º63.39%43.92%-
XYZ10.46.215.98-
YUV70.32151.52157.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=42.26%
G=15.47%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124111200.6300.5630046.4130
Hex70297003F03812c2e1e
Octal160511600770704545636
Binary111000010100111100000111111011100010010110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702970; }

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

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

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

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

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

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

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

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