#7F2B77

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

Shades of Dark Purple #7F2B77

Tints of Dark Purple #7F2B77

Color information

#7F2B77 (or 0x7F2B77) is unknown color: approx Dark Purple. HEX triplet: 7F, 2B and 77. RGB value is (127,43,119). Sum of RGB (Red+Green+Blue) = 127+43+119=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2B77 is #80D488. Grayscale: #4C4C4C. Windows color (decimal): -8443017 or 7809919. OLE color: 7809919.

HSL color Cylindrical-coordinate representation of color #7F2B77: hue angle of 305.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2B77 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB12743119-
CMYK00.660.060.50
HSL305.71º49.41%33.33%-
HSV(B)305.71º66.14%49.8%-
XYZ12.957.5718.23-
YUV76.78151.83163.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.94%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=43.94%
G=14.88%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1274311900.660.060.50305.7149.4133.33
Hex7F2B770426321323121
Octal1775316701026624626141
Binary1111111101011111011101000010110110010100110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2B77; }

 p { color: rgb(127,43,119); }

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

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

 a { background-color: rgb(127,43,119); }

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

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

 span { border-color: rgb(127,43,119); }

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