#713073

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

Shades of Seance #713073

Tints of Seance #713073

Color information

#713073 (or 0x713073) is unknown color: approx Seance. HEX triplet: 71, 30 and 73. RGB value is (113,48,115). Sum of RGB (Red+Green+Blue) = 113+48+115=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #713073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713073 is #8ECF8C. Grayscale: #4A4A4A. Windows color (decimal): -9359245 or 7549041. OLE color: 7549041.

HSL color Cylindrical-coordinate representation of color #713073: hue angle of 298.21º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #713073 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11348115-
CMYK0.020.5800.55
HSL298.21º41.1%31.96%-
HSV(B)298.21º58.26%45.1%-
XYZ10.966.8616.97-
YUV75.07150.53155.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=40.94%
G=17.39%
B=41.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113481150.020.5800.55298.2141.131.96
Hex71307323A03712a2920
Octal161601632720674525140
Binary11100011100001110011101110100110111100101010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713073; }

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

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

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

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

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

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

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

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