#7C2978

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

Shades of Dark Purple #7C2978

Tints of Dark Purple #7C2978

Color information

#7C2978 (or 0x7C2978) is unknown color: approx Dark Purple. HEX triplet: 7C, 29 and 78. RGB value is (124,41,120). Sum of RGB (Red+Green+Blue) = 124+41+120=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2978 is #83D687. Grayscale: #4A4A4A. Windows color (decimal): -8640136 or 7874940. OLE color: 7874940.

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

Color convert

RGB12441120-
CMYK00.670.030.51
HSL302.89º50.3%32.35%-
HSV(B)302.89º66.94%48.63%-
XYZ12.57.2318.51-
YUV74.82153.5163.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=43.51%
G=14.39%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244112000.670.030.51302.8950.332.35
Hex7C297804333312f3220
Octal1745117001033634576240
Binary111110010100111110000100001111110011100101111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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