#7c2d74

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

Shades of Dark Purple #7C2D74

Tints of Dark Purple #7C2D74

Color information

#7C2D74 (or 0x7C2D74) is unknown color: approx Dark Purple. HEX triplet: 7C, 2D and 74. RGB value is (124,45,116). Sum of RGB (Red+Green+Blue) = 124+45+116=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2D74 is #83D28B. Grayscale: #4C4C4C. Windows color (decimal): -8639116 or 7613820. OLE color: 7613820.

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

Color convert

RGB12445116-
CMYK00.640.060.51
HSL306.08º46.75%33.14%-
HSV(B)306.08º63.71%48.63%-
XYZ12.47.4217.3-
YUV76.72150.17161.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=43.51%
G=15.79%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244511600.640.060.51306.0846.7533.14
Hex7C2D740406331322f21
Octal1745516401006634625741
Binary1111100101101111010001000000110110011100110010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c2d74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,45,116); }

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

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

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

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

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

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

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