#771D6E

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

Shades of Dark Purple #771D6E

Tints of Dark Purple #771D6E

Color information

#771D6E (or 0x771D6E) is unknown color: approx Dark Purple. HEX triplet: 77, 1D and 6E. RGB value is (119,29,110). Sum of RGB (Red+Green+Blue) = 119+29+110=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #771D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D6E is #88E291. Grayscale: #404040. Windows color (decimal): -8970898 or 7216503. OLE color: 7216503.

HSL color Cylindrical-coordinate representation of color #771D6E: hue angle of 306º 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 #771D6E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11929110-
CMYK00.760.080.53
HSL306º60.81%29.02%-
HSV(B)306º75.63%46.67%-
XYZ10.865.9315.32-
YUV65.14153.32166.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 110 (43.36% from 255) = 42.64%
R=46.12%
G=11.24%
B=42.64%

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
Decimal1192911000.760.080.5330660.8129.02
Hex771D6E04C8351323d1d
Octal16735156011410654627535
Binary111011111101110111001001100100011010110011001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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