#771982

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

Shades of Purple #771982

Tints of Purple #771982

Color information

#771982 (or 0x771982) is unknown color: approx Purple. HEX triplet: 77, 19 and 82. RGB value is (119,25,130). Sum of RGB (Red+Green+Blue) = 119+25+130=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #771982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771982 is #88E67D. Grayscale: #404040. Windows color (decimal): -8971902 or 8526199. OLE color: 8526199.

HSL color Cylindrical-coordinate representation of color #771982: hue angle of 293.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771982 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11925130-
CMYK0.080.8100.49
HSL293.71º67.74%30.39%-
HSV(B)293.71º80.77%50.98%-
XYZ11.986.2321.69-
YUV65.08164.64166.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=43.43%
G=9.12%
B=47.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119251300.080.8100.49293.7167.7430.39
Hex771982851031126441e
Octal167312021012106144610436
Binary11101111100110000010100010100010110001100100110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771982; }

 p { color: rgb(119,25,130); }

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

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

 a { background-color: rgb(119,25,130); }

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

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

 span { border-color: rgb(119,25,130); }

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