#761571

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

Shades of Dark Purple #761571

Tints of Dark Purple #761571

Color information

#761571 (or 0x761571) is unknown color: approx Dark Purple. HEX triplet: 76, 15 and 71. RGB value is (118,21,113). Sum of RGB (Red+Green+Blue) = 118+21+113=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #761571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761571 is #89EA8E. Grayscale: #3C3C3C. Windows color (decimal): -9038479 or 7411062. OLE color: 7411062.

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

Color convert

RGB11821113-
CMYK00.820.040.54
HSL303.09º69.78%27.25%-
HSV(B)303.09º82.2%46.27%-
XYZ10.725.5816.13-
YUV60.49157.64169.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=46.83%
G=8.33%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182111300.820.040.54303.0969.7827.25
Hex76157105243612f461b
Octal16625161012246645710633
Binary111011010101111000101010010100110110100101111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761571; }

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

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

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

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

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

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

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

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