#771271

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

Shades of Dark Purple #771271

Tints of Dark Purple #771271

Color information

#771271 (or 0x771271) is unknown color: approx Dark Purple. HEX triplet: 77, 12 and 71. RGB value is (119,18,113). Sum of RGB (Red+Green+Blue) = 119+18+113=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #771271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771271 is #88ED8E. Grayscale: #3A3A3A. Windows color (decimal): -8973711 or 7410295. OLE color: 7410295.

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

Color convert

RGB11918113-
CMYK00.850.050.53
HSL303.56º73.72%26.86%-
HSV(B)303.56º84.87%46.67%-
XYZ10.85.5516.12-
YUV59.03158.46170.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=47.6%
G=7.2%
B=45.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191811300.850.050.53303.5673.7226.86
Hex7712710555351304a1b
Octal16722161012556546011233
Binary111011110010111000101010101101110101100110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771271; }

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

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

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

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

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

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

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

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