#7C2E77

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

Shades of Dark Purple #7C2E77

Tints of Dark Purple #7C2E77

Color information

#7C2E77 (or 0x7C2E77) is unknown color: approx Dark Purple. HEX triplet: 7C, 2E and 77. RGB value is (124,46,119). Sum of RGB (Red+Green+Blue) = 124+46+119=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2E77 is #83D188. Grayscale: #4D4D4D. Windows color (decimal): -8638857 or 7810684. OLE color: 7810684.

HSL color Cylindrical-coordinate representation of color #7C2E77: hue angle of 303.85º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C2E77 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB12446119-
CMYK00.630.040.51
HSL303.85º45.88%33.33%-
HSV(B)303.85º62.9%48.63%-
XYZ12.627.5718.25-
YUV77.64151.34161.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=42.91%
G=15.92%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244611900.630.040.51303.8545.8833.33
Hex7C2E7703F4331302e21
Octal174561670774634605641
Binary111110010111011101110111111100110011100110000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,46,119); }

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

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

 a { background-color: rgb(124,46,119); }

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

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

 span { border-color: rgb(124,46,119); }

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