#771571

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

Shades of Dark Purple #771571

Tints of Dark Purple #771571

Color information

#771571 (or 0x771571) is unknown color: approx Dark Purple. HEX triplet: 77, 15 and 71. RGB value is (119,21,113). Sum of RGB (Red+Green+Blue) = 119+21+113=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #771571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771571 is #88EA8E. Grayscale: #3C3C3C. Windows color (decimal): -8972943 or 7411063. OLE color: 7411063.

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

Color convert

RGB11921113-
CMYK00.820.050.53
HSL303.67º70%27.45%-
HSV(B)303.67º82.35%46.67%-
XYZ10.865.6516.14-
YUV60.79157.47169.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=47.04%
G=8.30%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192111300.820.050.53303.677027.45
Hex771571052535130461b
Octal16725161012256546010633
Binary111011110101111000101010010101110101100110000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771571; }

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

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

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

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

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

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

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

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