#740780

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

Shades of Purple #740780

Tints of Purple #740780

Color information

#740780 (or 0x740780) is unknown color: approx Purple. HEX triplet: 74, 07 and 80. RGB value is (116,7,128). Sum of RGB (Red+Green+Blue) = 116+7+128=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #740780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740780 is #8BF87F. Grayscale: #353535. Windows color (decimal): -9173120 or 8390516. OLE color: 8390516.

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

Color convert

RGB1167128-
CMYK0.090.9500.50
HSL294.05º89.63%26.47%-
HSV(B)294.05º94.53%50.2%-
XYZ11.175.4220.88-
YUV53.38170.11172.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=46.22%
G=2.79%
B=51.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11671280.090.9500.50294.0589.6326.47
Hex7478095F0321265a1a
Octal16472001113706244613232
Binary111010011110000000100110111110110010100100110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740780; }

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

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

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

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

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

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

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

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