#7c2c7c

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

Shades of Dark Purple #7C2C7C

Tints of Dark Purple #7C2C7C

Color information

#7C2C7C (or 0x7C2C7C) is unknown color: approx Dark Purple. HEX triplet: 7C, 2C and 7C. RGB value is (124,44,124). Sum of RGB (Red+Green+Blue) = 124+44+124=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C2C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C7C is #83D383. Grayscale: #4C4C4C. Windows color (decimal): -8639364 or 8137852. OLE color: 8137852.

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

Color convert

RGB12444124-
CMYK00.6500.51
HSL300º47.62%32.94%-
HSV(B)300º64.52%48.63%-
XYZ12.857.5419.85-
YUV77.04154.5161.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 44 (17.58% from 255) = 15.07%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=42.47%
G=15.07%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244412400.6500.5130047.6232.94
Hex7C2C7C04103312c3021
Octal1745417401010634546041
Binary11111001011001111100010000010110011100101100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c2c7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,44,124); }

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

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

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

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

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

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

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