#740691

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

Shades of Purple #740691

Tints of Purple #740691

Color information

#740691 (or 0x740691) is unknown color: approx Purple. HEX triplet: 74, 06 and 91. RGB value is (116,6,145). Sum of RGB (Red+Green+Blue) = 116+6+145=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #740691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740691 is #8BF96E. Grayscale: #363636. Windows color (decimal): -9173359 or 9504372. OLE color: 9504372.

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

Color convert

RGB1166145-
CMYK0.20.9600.43
HSL287.48º92.05%29.61%-
HSV(B)287.48º95.86%56.86%-
XYZ12.385.8927.27-
YUV54.74178.94171.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=43.45%
G=2.25%
B=54.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11661450.20.9600.43287.4892.0529.61
Hex74691146002B11f5c1e
Octal16462212414005343713436
Binary1110100110100100011010011000000101011100011111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740691; }

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

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

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

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

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

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

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

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