#702070

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

Shades of Seance #702070

Tints of Seance #702070

Color information

#702070 (or 0x702070) is unknown color: approx Seance. HEX triplet: 70, 20 and 70. RGB value is (112,32,112). Sum of RGB (Red+Green+Blue) = 112+32+112=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702070 is #8FDF8F. Grayscale: #404040. Windows color (decimal): -9428880 or 7348336. OLE color: 7348336.

HSL color Cylindrical-coordinate representation of color #702070: hue angle of 300º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702070 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11232112-
CMYK00.7100.56
HSL300º55.56%28.24%-
HSV(B)300º71.43%43.92%-
XYZ10.125.6515.89-
YUV65.04154.5161.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=43.75%
G=12.5%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123211200.7100.5630055.5628.24
Hex70207004703812c381c
Octal1604016001070704547034
Binary1110000100000111000001000111011100010010110011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702070; }

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

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

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

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

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

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

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

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