#740290

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

Shades of Purple #740290

Tints of Purple #740290

Color information

#740290 (or 0x740290) is unknown color: approx Purple. HEX triplet: 74, 02 and 90. RGB value is (116,2,144). Sum of RGB (Red+Green+Blue) = 116+2+144=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #740290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740290 is #8BFD6F. Grayscale: #333333. Windows color (decimal): -9174384 or 9437812. OLE color: 9437812.

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

Color convert

RGB1162144-
CMYK0.190.9900.44
HSL288.17º97.26%28.63%-
HSV(B)288.17º98.61%56.47%-
XYZ12.265.7726.85-
YUV52.27179.77173.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=44.27%
G=0.76%
B=54.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11621440.190.9900.44288.1797.2628.63
Hex74290136302C120611d
Octal16422202314305444014135
Binary111010010100100001001111000110101100100100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740290; }

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

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

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

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

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

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

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

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