#771D6D

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

Shades of Dark Purple #771D6D

Tints of Dark Purple #771D6D

Color information

#771D6D (or 0x771D6D) is unknown color: approx Dark Purple. HEX triplet: 77, 1D and 6D. RGB value is (119,29,109). Sum of RGB (Red+Green+Blue) = 119+29+109=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D6D is #88E292. Grayscale: #404040. Windows color (decimal): -8970899 or 7150967. OLE color: 7150967.

HSL color Cylindrical-coordinate representation of color #771D6D: hue angle of 306.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D6D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11929109-
CMYK00.760.080.53
HSL306.67º60.81%29.02%-
HSV(B)306.67º75.63%46.67%-
XYZ10.815.915.04-
YUV65.03152.82166.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=46.30%
G=11.28%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192910900.760.080.53306.6760.8129.02
Hex771D6D04C8351333d1d
Octal16735155011410654637535
Binary111011111101110110101001100100011010110011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,29,109); }

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

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

 a { background-color: rgb(119,29,109); }

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

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

 span { border-color: rgb(119,29,109); }

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