#7C297B

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

Shades of Dark Purple #7C297B

Tints of Dark Purple #7C297B

Color information

#7C297B (or 0x7C297B) is unknown color: approx Dark Purple. HEX triplet: 7C, 29 and 7B. RGB value is (124,41,123). Sum of RGB (Red+Green+Blue) = 124+41+123=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C297B is #83D684. Grayscale: #4A4A4A. Windows color (decimal): -8640133 or 8071548. OLE color: 8071548.

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

Color convert

RGB12441123-
CMYK00.670.010.51
HSL300.72º50.3%32.35%-
HSV(B)300.72º66.94%48.63%-
XYZ12.687.319.48-
YUV75.17155162.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.06%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=43.06%
G=14.24%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244112300.670.010.51300.7250.332.35
Hex7C297B04313312d3220
Octal1745117301031634556240
Binary11111001010011111011010000111110011100101101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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