#740176

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

Shades of Purple #740176

Tints of Purple #740176

Color information

#740176 (or 0x740176) is unknown color: approx Purple. HEX triplet: 74, 01 and 76. RGB value is (116,1,118). Sum of RGB (Red+Green+Blue) = 116+1+118=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #740176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740176 is #8BFE89. Grayscale: #303030. Windows color (decimal): -9174666 or 7733620. OLE color: 7733620.

HSL color Cylindrical-coordinate representation of color #740176: hue angle of 298.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740176 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1161118-
CMYK0.020.9900.54
HSL298.97º98.32%23.33%-
HSV(B)298.97º99.15%46.27%-
XYZ10.485.0417.56-
YUV48.72167.1175.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=49.36%
G=0.43%
B=50.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11611180.020.9900.54298.9798.3223.33
Hex7417626303612b6217
Octal1641166214306645314227
Binary1110100111101101011000110110110100101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740176; }

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

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

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

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

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

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

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

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