#7C2878

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

Shades of Dark Purple #7C2878

Tints of Dark Purple #7C2878

Color information

#7C2878 (or 0x7C2878) is unknown color: approx Dark Purple. HEX triplet: 7C, 28 and 78. RGB value is (124,40,120). Sum of RGB (Red+Green+Blue) = 124+40+120=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2878 is #83D787. Grayscale: #4A4A4A. Windows color (decimal): -8640392 or 7874684. OLE color: 7874684.

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

Color convert

RGB12440120-
CMYK00.680.030.51
HSL302.86º51.22%32.16%-
HSV(B)302.86º67.74%48.63%-
XYZ12.467.1618.49-
YUV74.24153.83163.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=43.66%
G=14.08%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244012000.680.030.51302.8651.2232.16
Hex7C287804433312f3320
Octal1745017001043634576340
Binary111110010100011110000100010011110011100101111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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