#771782

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

Shades of Purple #771782

Tints of Purple #771782

Color information

#771782 (or 0x771782) is unknown color: approx Purple. HEX triplet: 77, 17 and 82. RGB value is (119,23,130). Sum of RGB (Red+Green+Blue) = 119+23+130=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #771782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771782 is #88E87D. Grayscale: #3F3F3F. Windows color (decimal): -8972414 or 8525687. OLE color: 8525687.

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

Color convert

RGB11923130-
CMYK0.080.8200.49
HSL293.83º69.93%30%-
HSV(B)293.83º82.31%50.98%-
XYZ11.946.1521.68-
YUV63.9165.3167.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 23 (9.38% from 255) = 8.46%
BLUE value IS 130 (51.17% from 255) = 47.79%
R=43.75%
G=8.46%
B=47.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119231300.080.8200.49293.8369.9330
Hex771782852031126461e
Octal167272021012206144610636
Binary11101111011110000010100010100100110001100100110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771782; }

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

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

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

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

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

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

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

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