#771B83

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

Shades of Dark Purple #771B83

Tints of Dark Purple #771B83

Color information

#771B83 (or 0x771B83) is unknown color: approx Dark Purple. HEX triplet: 77, 1B and 83. RGB value is (119,27,131). Sum of RGB (Red+Green+Blue) = 119+27+131=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #771B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771B83 is #88E47C. Grayscale: #424242. Windows color (decimal): -8971389 or 8592247. OLE color: 8592247.

HSL color Cylindrical-coordinate representation of color #771B83: hue angle of 293.08º degrees, saturation: 0.66, 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 #771B83 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11927131-
CMYK0.090.7900.49
HSL293.08º65.82%30.98%-
HSV(B)293.08º79.39%51.37%-
XYZ12.16.3422.06-
YUV66.36164.48165.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=42.96%
G=9.75%
B=47.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119271310.090.7900.49293.0865.8230.98
Hex771B8394F031125421f
Octal167332031111706144510237
Binary11101111101110000011100110011110110001100100101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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