#771d75

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

Shades of Dark Purple #771D75

Tints of Dark Purple #771D75

Color information

#771D75 (or 0x771D75) is unknown color: approx Dark Purple. HEX triplet: 77, 1D and 75. RGB value is (119,29,117). Sum of RGB (Red+Green+Blue) = 119+29+117=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #771D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D75 is #88E28A. Grayscale: #414141. Windows color (decimal): -8970891 or 7675255. OLE color: 7675255.

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

Color convert

RGB11929117-
CMYK00.760.020.53
HSL301.33º60.81%29.02%-
HSV(B)301.33º75.63%46.67%-
XYZ11.266.0917.41-
YUV65.94156.82165.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=44.91%
G=10.94%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192911700.760.020.53301.3360.8129.02
Hex771D7504C23512d3d1d
Octal1673516501142654557535
Binary1110111111011110101010011001011010110010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771d75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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