#740677

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

Shades of Purple #740677

Tints of Purple #740677

Color information

#740677 (or 0x740677) is unknown color: approx Purple. HEX triplet: 74, 06 and 77. RGB value is (116,6,119). Sum of RGB (Red+Green+Blue) = 116+6+119=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #740677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740677 is #8BF988. Grayscale: #333333. Windows color (decimal): -9173385 or 7800436. OLE color: 7800436.

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

Color convert

RGB1166119-
CMYK0.030.9500.53
HSL298.41º90.4%24.51%-
HSV(B)298.41º94.96%46.67%-
XYZ10.65.1817.89-
YUV51.77165.94173.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=48.13%
G=2.49%
B=49.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11661190.030.9500.53298.4190.424.51
Hex7467735F03512a5a19
Octal1646167313706545213231
Binary111010011011101111110111110110101100101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740677; }

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

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

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

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

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

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

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

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