#740177

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

Shades of Purple #740177

Tints of Purple #740177

Color information

#740177 (or 0x740177) is unknown color: approx Purple. HEX triplet: 74, 01 and 77. RGB value is (116,1,119). Sum of RGB (Red+Green+Blue) = 116+1+119=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #740177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740177 is #8BFE88. Grayscale: #303030. Windows color (decimal): -9174665 or 7799156. OLE color: 7799156.

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

Color convert

RGB1161119-
CMYK0.030.9900.53
HSL298.47º98.33%23.53%-
HSV(B)298.47º99.16%46.67%-
XYZ10.545.0717.88-
YUV48.84167.6175.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=49.15%
G=0.42%
B=50.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11611190.030.9900.53298.4798.3323.53
Hex7417736303512a6218
Octal1641167314306545214230
Binary1110100111101111111000110110101100101010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740177; }

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

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

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

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

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

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

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

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