#771E75

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

Shades of Dark Purple #771E75

Tints of Dark Purple #771E75

Color information

#771E75 (or 0x771E75) is unknown color: approx Dark Purple. HEX triplet: 77, 1E and 75. RGB value is (119,30,117). Sum of RGB (Red+Green+Blue) = 119+30+117=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #771E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E75 is #88E18A. Grayscale: #424242. Windows color (decimal): -8970635 or 7675511. OLE color: 7675511.

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

Color convert

RGB11930117-
CMYK00.750.020.53
HSL301.35º59.73%29.22%-
HSV(B)301.35º74.79%46.67%-
XYZ11.286.1317.42-
YUV66.53156.49165.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=44.74%
G=11.28%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193011700.750.020.53301.3559.7329.22
Hex771E7504B23512d3c1d
Octal1673616501132654557435
Binary1110111111101110101010010111011010110010110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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