#7C2872

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

Shades of Dark Purple #7C2872

Tints of Dark Purple #7C2872

Color information

#7C2872 (or 0x7C2872) is unknown color: approx Dark Purple. HEX triplet: 7C, 28 and 72. RGB value is (124,40,114). Sum of RGB (Red+Green+Blue) = 124+40+114=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2872 is #83D78D. Grayscale: #494949. Windows color (decimal): -8640398 or 7481468. OLE color: 7481468.

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

Color convert

RGB12440114-
CMYK00.680.080.51
HSL307.14º51.22%32.16%-
HSV(B)307.14º67.74%48.63%-
XYZ12.117.0216.64-
YUV73.55150.83163.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.60%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=44.60%
G=14.39%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244011400.680.080.51307.1451.2232.16
Hex7C28720448331333320
Octal17450162010410634636340
Binary11111001010001110010010001001000110011100110011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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