#740480

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

Shades of Purple #740480

Tints of Purple #740480

Color information

#740480 (or 0x740480) is unknown color: approx Purple. HEX triplet: 74, 04 and 80. RGB value is (116,4,128). Sum of RGB (Red+Green+Blue) = 116+4+128=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #740480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740480 is #8BFB7F. Grayscale: #333333. Windows color (decimal): -9173888 or 8389748. OLE color: 8389748.

HSL color Cylindrical-coordinate representation of color #740480: hue angle of 294.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740480 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1164128-
CMYK0.090.9700.50
HSL294.19º93.94%25.88%-
HSV(B)294.19º96.88%50.2%-
XYZ11.145.3620.87-
YUV51.62171.11173.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=46.77%
G=1.61%
B=51.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11641280.090.9700.50294.1993.9425.88
Hex744809610321265e1a
Octal16442001114106244613632
Binary111010010010000000100111000010110010100100110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740480; }

 p { color: rgb(116,4,128); }

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

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

 a { background-color: rgb(116,4,128); }

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

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

 span { border-color: rgb(116,4,128); }

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