#761F71

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

Shades of Dark Purple #761F71

Tints of Dark Purple #761F71

Color information

#761F71 (or 0x761F71) is unknown color: approx Dark Purple. HEX triplet: 76, 1F and 71. RGB value is (118,31,113). Sum of RGB (Red+Green+Blue) = 118+31+113=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #761F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761F71 is #89E08E. Grayscale: #424242. Windows color (decimal): -9035919 or 7413622. OLE color: 7413622.

HSL color Cylindrical-coordinate representation of color #761F71: hue angle of 303.45º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F71 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11831113-
CMYK00.740.040.54
HSL303.45º58.39%29.22%-
HSV(B)303.45º73.73%46.27%-
XYZ10.946.0216.21-
YUV66.36154.32164.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 31 (12.5% from 255) = 11.83%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=45.04%
G=11.83%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183111300.740.040.54303.4558.3929.22
Hex761F7104A43612f3a1d
Octal1663716101124664577235
Binary11101101111111100010100101010011011010010111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761F71; }

 p { color: rgb(118,31,113); }

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

<style>
 a { background-color: #761F71; }

 a { background-color: rgb(118,31,113); }

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

<style>
 span { border-color: #761F71; }

 span { border-color: rgb(118,31,113); }

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