#771382

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

Shades of Purple #771382

Tints of Purple #771382

Color information

#771382 (or 0x771382) is unknown color: approx Purple. HEX triplet: 77, 13 and 82. RGB value is (119,19,130). Sum of RGB (Red+Green+Blue) = 119+19+130=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #771382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771382 is #88EC7D. Grayscale: #3D3D3D. Windows color (decimal): -8973438 or 8524663. OLE color: 8524663.

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

Color convert

RGB11919130-
CMYK0.080.8500.49
HSL294.05º74.5%29.22%-
HSV(B)294.05º85.38%50.98%-
XYZ11.87621.65-
YUV61.55166.63168.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=44.40%
G=7.09%
B=48.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119191300.080.8500.49294.0574.529.22
Hex7713828550311264a1d
Octal167232021012506144611235
Binary11101111001110000010100010101010110001100100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771382; }

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

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

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

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

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

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

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

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