#740077

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

Shades of Purple #740077

Tints of Purple #740077

Color information

#740077 (or 0x740077) is unknown color: approx Purple. HEX triplet: 74, 00 and 77. RGB value is (116,0,119). Sum of RGB (Red+Green+Blue) = 116+0+119=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #740077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740077 is #8BFF88. Grayscale: #2F2F2F. Windows color (decimal): -9174921 or 7798900. OLE color: 7798900.

HSL color Cylindrical-coordinate representation of color #740077: hue angle of 298.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740077 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1160119-
CMYK0.03100.53
HSL298.49º100%23.33%-
HSV(B)298.49º100%46.67%-
XYZ10.535.0417.87-
YUV48.25167.93176.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=49.36%
G=0%
B=50.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11601190.03100.53298.4910023.33
Hex7407736403512a6417
Octal1640167314406545214427
Binary1110100011101111111001000110101100101010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740077; }

 p { color: rgb(116,0,119); }

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

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

 a { background-color: rgb(116,0,119); }

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

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

 span { border-color: rgb(116,0,119); }

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