#761671

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

Shades of Dark Purple #761671

Tints of Dark Purple #761671

Color information

#761671 (or 0x761671) is unknown color: approx Dark Purple. HEX triplet: 76, 16 and 71. RGB value is (118,22,113). Sum of RGB (Red+Green+Blue) = 118+22+113=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #761671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761671 is #89E98E. Grayscale: #3C3C3C. Windows color (decimal): -9038223 or 7411318. OLE color: 7411318.

HSL color Cylindrical-coordinate representation of color #761671: hue angle of 303.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761671 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11822113-
CMYK00.810.040.54
HSL303.12º68.57%27.45%-
HSV(B)303.12º81.36%46.27%-
XYZ10.745.6216.14-
YUV61.08157.3168.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=46.64%
G=8.70%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182211300.810.040.54303.1268.5727.45
Hex76167105143612f451b
Octal16626161012146645710533
Binary111011010110111000101010001100110110100101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761671; }

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

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

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

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

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

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

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

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