#771E6E

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

Shades of Dark Purple #771E6E

Tints of Dark Purple #771E6E

Color information

#771E6E (or 0x771E6E) is unknown color: approx Dark Purple. HEX triplet: 77, 1E and 6E. RGB value is (119,30,110). Sum of RGB (Red+Green+Blue) = 119+30+110=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #771E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E6E is #88E191. Grayscale: #414141. Windows color (decimal): -8970642 or 7216759. OLE color: 7216759.

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

Color convert

RGB11930110-
CMYK00.750.080.53
HSL306.07º59.73%29.22%-
HSV(B)306.07º74.79%46.67%-
XYZ10.895.9815.33-
YUV65.73152.99166-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=45.95%
G=11.58%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193011000.750.080.53306.0759.7329.22
Hex771E6E04B8351323c1d
Octal16736156011310654627435
Binary111011111110110111001001011100011010110011001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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