#7C2C71

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

Shades of Dark Purple #7C2C71

Tints of Dark Purple #7C2C71

Color information

#7C2C71 (or 0x7C2C71) is unknown color: approx Dark Purple. HEX triplet: 7C, 2C and 71. RGB value is (124,44,113). Sum of RGB (Red+Green+Blue) = 124+44+113=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C71 is #83D38E. Grayscale: #4B4B4B. Windows color (decimal): -8639375 or 7416956. OLE color: 7416956.

HSL color Cylindrical-coordinate representation of color #7C2C71: hue angle of 308.25º 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 #7C2C71 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12444113-
CMYK00.650.090.51
HSL308.25º47.62%32.94%-
HSV(B)308.25º64.52%48.63%-
XYZ12.197.2816.39-
YUV75.79149162.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.13%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=44.13%
G=15.66%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244411300.650.090.51308.2547.6232.94
Hex7C2C710419331343021
Octal17454161010111634646041
Binary11111001011001110001010000011001110011100110100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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