#741090

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

Shades of Purple #741090

Tints of Purple #741090

Color information

#741090 (or 0x741090) is unknown color: approx Purple. HEX triplet: 74, 10 and 90. RGB value is (116,16,144). Sum of RGB (Red+Green+Blue) = 116+16+144=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #741090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741090 is #8BEF6F. Grayscale: #3C3C3C. Windows color (decimal): -9170800 or 9441396. OLE color: 9441396.

HSL color Cylindrical-coordinate representation of color #741090: hue angle of 286.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #741090 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11616144-
CMYK0.190.8900.44
HSL286.88º80%31.37%-
HSV(B)286.88º88.89%56.47%-
XYZ12.426.126.91-
YUV60.49175.13167.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=42.03%
G=5.80%
B=52.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116161440.190.8900.44286.888031.37
Hex741090135902C11f501f
Octal164202202313105443712037
Binary111010010000100100001001110110010101100100011111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741090; }

 p { color: rgb(116,16,144); }

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

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

 a { background-color: rgb(116,16,144); }

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

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

 span { border-color: rgb(116,16,144); }

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