#7D2C7C

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

Shades of Dark Purple #7D2C7C

Tints of Dark Purple #7D2C7C

Color information

#7D2C7C (or 0x7D2C7C) is unknown color: approx Dark Purple. HEX triplet: 7D, 2C and 7C. RGB value is (125,44,124). Sum of RGB (Red+Green+Blue) = 125+44+124=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C7C is #82D383. Grayscale: #4D4D4D. Windows color (decimal): -8573828 or 8137853. OLE color: 8137853.

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

Color convert

RGB12544124-
CMYK00.650.010.51
HSL300.74º47.93%33.14%-
HSV(B)300.74º64.8%49.02%-
XYZ137.6219.85-
YUV77.34154.34162-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 44 (17.58% from 255) = 15.02%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=42.66%
G=15.02%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254412400.650.010.51300.7447.9333.14
Hex7D2C7C04113312d3021
Octal1755417401011634556041
Binary11111011011001111100010000011110011100101101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,44,124); }

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

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

 a { background-color: rgb(125,44,124); }

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

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

 span { border-color: rgb(125,44,124); }

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