#7D2C77

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

Shades of Dark Purple #7D2C77

Tints of Dark Purple #7D2C77

Color information

#7D2C77 (or 0x7D2C77) is unknown color: approx Dark Purple. HEX triplet: 7D, 2C and 77. RGB value is (125,44,119). Sum of RGB (Red+Green+Blue) = 125+44+119=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C77 is #82D388. Grayscale: #4C4C4C. Windows color (decimal): -8573833 or 7810173. OLE color: 7810173.

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

Color convert

RGB12544119-
CMYK00.650.050.51
HSL304.44º47.93%33.14%-
HSV(B)304.44º64.8%49.02%-
XYZ12.697.4918.23-
YUV76.77151.84162.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=43.40%
G=15.28%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254411900.650.050.51304.4447.9333.14
Hex7D2C770415331303021
Octal1755416701015634606041
Binary1111101101100111011101000001101110011100110000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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