#771E6C

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

Shades of Dark Purple #771E6C

Tints of Dark Purple #771E6C

Color information

#771E6C (or 0x771E6C) is unknown color: approx Dark Purple. HEX triplet: 77, 1E and 6C. RGB value is (119,30,108). Sum of RGB (Red+Green+Blue) = 119+30+108=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E6C is #88E193. Grayscale: #414141. Windows color (decimal): -8970644 or 7085687. OLE color: 7085687.

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

Color convert

RGB11930108-
CMYK00.750.090.53
HSL307.42º59.73%29.22%-
HSV(B)307.42º74.79%46.67%-
XYZ10.785.9314.76-
YUV65.5151.99166.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 30 (12.11% from 255) = 11.67%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=46.30%
G=11.67%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193010800.750.090.53307.4259.7329.22
Hex771E6C04B9351333c1d
Octal16736154011311654637435
Binary111011111110110110001001011100111010110011001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,108); }

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

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

 a { background-color: rgb(119,30,108); }

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

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

 span { border-color: rgb(119,30,108); }

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