#740775

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

Shades of Purple #740775

Tints of Purple #740775

Color information

#740775 (or 0x740775) is unknown color: approx Purple. HEX triplet: 74, 07 and 75. RGB value is (116,7,117). Sum of RGB (Red+Green+Blue) = 116+7+117=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #740775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740775 is #8BF88A. Grayscale: #333333. Windows color (decimal): -9173131 or 7669620. OLE color: 7669620.

HSL color Cylindrical-coordinate representation of color #740775: hue angle of 299.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740775 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1167117-
CMYK0.010.9400.54
HSL299.45º88.71%24.31%-
HSV(B)299.45º94.02%45.88%-
XYZ10.495.1517.27-
YUV52.13164.61173.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.33%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=48.33%
G=2.92%
B=48.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11671170.010.9400.54299.4588.7124.31
Hex7477515E03612b5918
Octal1647165113606645313130
Binary11101001111110101110111100110110100101011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740775; }

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

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

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

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

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

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

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

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