#740371

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

Shades of Purple #740371

Tints of Purple #740371

Color information

#740371 (or 0x740371) is unknown color: approx Purple. HEX triplet: 74, 03 and 71. RGB value is (116,3,113). Sum of RGB (Red+Green+Blue) = 116+3+113=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #740371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740371 is #8BFC8E. Grayscale: #313131. Windows color (decimal): -9174159 or 7406452. OLE color: 7406452.

HSL color Cylindrical-coordinate representation of color #740371: hue angle of 301.59º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740371 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB1163113-
CMYK00.970.030.55
HSL301.59º94.96%23.33%-
HSV(B)301.59º97.41%45.49%-
XYZ10.224.9716.04-
YUV49.33163.94175.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=50%
G=1.29%
B=48.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116311300.970.030.55301.5994.9623.33
Hex7437106133712e5f17
Octal1643161014136745613727
Binary11101001111100010110000111110111100101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740371; }

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

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

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

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

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

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

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

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