#7C2680

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

Shades of Dark Purple #7C2680

Tints of Dark Purple #7C2680

Color information

#7C2680 (or 0x7C2680) is unknown color: approx Dark Purple. HEX triplet: 7C, 26 and 80. RGB value is (124,38,128). Sum of RGB (Red+Green+Blue) = 124+38+128=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #7C2680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2680 is #83D97F. Grayscale: #494949. Windows color (decimal): -8640896 or 8398460. OLE color: 8398460.

HSL color Cylindrical-coordinate representation of color #7C2680: hue angle of 297.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C2680 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12438128-
CMYK0.030.7000.50
HSL297.33º54.22%32.55%-
HSV(B)297.33º70.31%50.2%-
XYZ12.97.2321.14-
YUV73.97158.49163.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.76%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=42.76%
G=13.10%
B=44.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124381280.030.7000.50297.3354.2232.55
Hex7C26803460321293621
Octal1744620031060624516641
Binary1111100100110100000001110001100110010100101001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,38,128); }

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

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

 a { background-color: rgb(124,38,128); }

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

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

 span { border-color: rgb(124,38,128); }

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