#771076

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

Shades of Purple #771076

Tints of Purple #771076

Color information

#771076 (or 0x771076) is unknown color: approx Purple. HEX triplet: 77, 10 and 76. RGB value is (119,16,118). Sum of RGB (Red+Green+Blue) = 119+16+118=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #771076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771076 is #88EF89. Grayscale: #3A3A3A. Windows color (decimal): -8974218 or 7737463. OLE color: 7737463.

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

Color convert

RGB11916118-
CMYK00.870.010.53
HSL300.58º76.3%26.47%-
HSV(B)300.58º86.55%46.67%-
XYZ11.065.617.64-
YUV58.42161.62171.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=47.04%
G=6.32%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191611800.870.010.53300.5876.326.47
Hex77107605713512d4c1a
Octal16720166012716545511432
Binary1110111100001110110010101111110101100101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771076; }

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

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

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

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

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

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

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

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