#7C2772

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

Shades of Dark Purple #7C2772

Tints of Dark Purple #7C2772

Color information

#7C2772 (or 0x7C2772) is unknown color: approx Dark Purple. HEX triplet: 7C, 27 and 72. RGB value is (124,39,114). Sum of RGB (Red+Green+Blue) = 124+39+114=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2772 is #83D88D. Grayscale: #484848. Windows color (decimal): -8640654 or 7481212. OLE color: 7481212.

HSL color Cylindrical-coordinate representation of color #7C2772: hue angle of 307.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C2772 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB12439114-
CMYK00.690.080.51
HSL307.06º52.15%31.96%-
HSV(B)307.06º68.55%48.63%-
XYZ12.076.9516.62-
YUV72.96151.16164.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=44.77%
G=14.08%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243911400.690.080.51307.0652.1531.96
Hex7C27720458331333420
Octal17447162010510634636440
Binary11111001001111110010010001011000110011100110011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,39,114); }

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

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

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

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

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

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

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