#7C2D7A

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

Shades of Dark Purple #7C2D7A

Tints of Dark Purple #7C2D7A

Color information

#7C2D7A (or 0x7C2D7A) is unknown color: approx Dark Purple. HEX triplet: 7C, 2D and 7A. RGB value is (124,45,122). Sum of RGB (Red+Green+Blue) = 124+45+122=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2D7A is #83D285. Grayscale: #4D4D4D. Windows color (decimal): -8639110 or 8007036. OLE color: 8007036.

HSL color Cylindrical-coordinate representation of color #7C2D7A: hue angle of 301.52º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C2D7A is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12445122-
CMYK00.640.020.51
HSL301.52º46.75%33.14%-
HSV(B)301.52º63.71%48.63%-
XYZ12.767.5719.2-
YUV77.4153.17161.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.61%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=42.61%
G=15.46%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244512200.640.020.51301.5246.7533.14
Hex7C2D7A04023312e2f21
Octal1745517201002634565741
Binary111110010110111110100100000010110011100101110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,45,122); }

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

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

 a { background-color: rgb(124,45,122); }

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

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

 span { border-color: rgb(124,45,122); }

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