#771176

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

Shades of Purple #771176

Tints of Purple #771176

Color information

#771176 (or 0x771176) is unknown color: approx Purple. HEX triplet: 77, 11 and 76. RGB value is (119,17,118). Sum of RGB (Red+Green+Blue) = 119+17+118=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #771176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771176 is #88EE89. Grayscale: #3A3A3A. Windows color (decimal): -8973962 or 7737719. OLE color: 7737719.

HSL color Cylindrical-coordinate representation of color #771176: hue angle of 300.59º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771176 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB11917118-
CMYK00.860.010.53
HSL300.59º75%26.67%-
HSV(B)300.59º85.71%46.67%-
XYZ11.085.6317.64-
YUV59.01161.29170.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 17 (7.03% from 255) = 6.69%
BLUE value IS 118 (46.48% from 255) = 46.46%
R=46.85%
G=6.69%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191711800.860.010.53300.597526.67
Hex77117605613512d4b1b
Octal16721166012616545511333
Binary1110111100011110110010101101110101100101101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771176; }

 p { color: rgb(119,17,118); }

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

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

 a { background-color: rgb(119,17,118); }

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

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

 span { border-color: rgb(119,17,118); }

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