#743171

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

Shades of Seance #743171

Tints of Seance #743171

Color information

#743171 (or 0x743171) is unknown color: approx Seance. HEX triplet: 74, 31 and 71. RGB value is (116,49,113). Sum of RGB (Red+Green+Blue) = 116+49+113=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #743171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743171 is #8BCE8E. Grayscale: #4C4C4C. Windows color (decimal): -9162383 or 7418228. OLE color: 7418228.

HSL color Cylindrical-coordinate representation of color #743171: hue angle of 302.69º 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 #743171 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11649113-
CMYK00.580.030.55
HSL302.69º40.61%32.35%-
HSV(B)302.69º57.76%45.49%-
XYZ11.287.116.4-
YUV76.33148.7156.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=41.73%
G=17.63%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164911300.580.030.55302.6940.6132.35
Hex74317103A33712f2920
Octal164611610723674575140
Binary11101001100011110001011101011110111100101111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743171; }

 p { color: rgb(116,49,113); }

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

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

 a { background-color: rgb(116,49,113); }

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

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

 span { border-color: rgb(116,49,113); }

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