#740391

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

Shades of Purple #740391

Tints of Purple #740391

Color information

#740391 (or 0x740391) is unknown color: approx Purple. HEX triplet: 74, 03 and 91. RGB value is (116,3,145). Sum of RGB (Red+Green+Blue) = 116+3+145=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #740391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740391 is #8BFC6E. Grayscale: #343434. Windows color (decimal): -9174127 or 9503604. OLE color: 9503604.

HSL color Cylindrical-coordinate representation of color #740391: hue angle of 287.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740391 is Cyan = 0.2, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1163145-
CMYK0.20.9800.43
HSL287.75º95.95%29.02%-
HSV(B)287.75º97.93%56.86%-
XYZ12.355.8227.26-
YUV52.98179.94172.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=43.94%
G=1.14%
B=54.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11631450.20.9800.43287.7595.9529.02
Hex74391146202B120601d
Octal16432212414205344014035
Binary111010011100100011010011000100101011100100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740391; }

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

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

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

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

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

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

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

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