#741290

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

Shades of Purple #741290

Tints of Purple #741290

Color information

#741290 (or 0x741290) is unknown color: approx Purple. HEX triplet: 74, 12 and 90. RGB value is (116,18,144). Sum of RGB (Red+Green+Blue) = 116+18+144=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #741290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741290 is #8BED6F. Grayscale: #3D3D3D. Windows color (decimal): -9170288 or 9441908. OLE color: 9441908.

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

Color convert

RGB11618144-
CMYK0.190.8800.44
HSL286.67º77.78%31.76%-
HSV(B)286.67º87.5%56.47%-
XYZ12.456.1626.92-
YUV61.67174.47166.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=41.73%
G=6.47%
B=51.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116181440.190.8800.44286.6777.7831.76
Hex741290135802C11f4e20
Octal164222202313005443711640
Binary1110100100101001000010011101100001011001000111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741290; }

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

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

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

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

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

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

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

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