#771B81

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

Shades of Dark Purple #771B81

Tints of Dark Purple #771B81

Color information

#771B81 (or 0x771B81) is unknown color: approx Dark Purple. HEX triplet: 77, 1B and 81. RGB value is (119,27,129). Sum of RGB (Red+Green+Blue) = 119+27+129=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #771B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771B81 is #88E47E. Grayscale: #414141. Windows color (decimal): -8971391 or 8461175. OLE color: 8461175.

HSL color Cylindrical-coordinate representation of color #771B81: hue angle of 294.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771B81 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11927129-
CMYK0.080.7900.49
HSL294.12º65.38%30.59%-
HSV(B)294.12º79.07%50.59%-
XYZ11.966.2921.35-
YUV66.14163.48165.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=43.27%
G=9.82%
B=46.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119271290.080.7900.49294.1265.3830.59
Hex771B8184F031126411f
Octal167332011011706144610137
Binary11101111101110000001100010011110110001100100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771B81; }

 p { color: rgb(119,27,129); }

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

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

 a { background-color: rgb(119,27,129); }

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

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

 span { border-color: rgb(119,27,129); }

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