#771F6D

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

Shades of Dark Purple #771F6D

Tints of Dark Purple #771F6D

Color information

#771F6D (or 0x771F6D) is unknown color: approx Dark Purple. HEX triplet: 77, 1F and 6D. RGB value is (119,31,109). Sum of RGB (Red+Green+Blue) = 119+31+109=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #771F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F6D is #88E092. Grayscale: #414141. Windows color (decimal): -8970387 or 7151479. OLE color: 7151479.

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

Color convert

RGB11931109-
CMYK00.740.080.53
HSL306.82º58.67%29.41%-
HSV(B)306.82º73.95%46.67%-
XYZ10.866.0115.05-
YUV66.2152.15165.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=45.95%
G=11.97%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193110900.740.080.53306.8258.6729.41
Hex771F6D04A8351333b1d
Octal16737155011210654637335
Binary111011111111110110101001010100011010110011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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