#713070

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

Shades of Seance #713070

Tints of Seance #713070

Color information

#713070 (or 0x713070) is unknown color: approx Seance. HEX triplet: 71, 30 and 70. RGB value is (113,48,112). Sum of RGB (Red+Green+Blue) = 113+48+112=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #713070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713070 is #8ECF8F. Grayscale: #4A4A4A. Windows color (decimal): -9359248 or 7352433. OLE color: 7352433.

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

Color convert

RGB11348112-
CMYK00.580.010.56
HSL300.92º40.37%31.57%-
HSV(B)300.92º57.52%44.31%-
XYZ10.796.7916.07-
YUV74.73149.03155.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=41.39%
G=17.58%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134811200.580.010.56300.9240.3731.57
Hex71307003A13812d2820
Octal161601600721704555040
Binary1110001110000111000001110101111000100101101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713070; }

 p { color: rgb(113,48,112); }

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

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

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

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

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

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

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