#7D2B76

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

Shades of Dark Purple #7D2B76

Tints of Dark Purple #7D2B76

Color information

#7D2B76 (or 0x7D2B76) is unknown color: approx Dark Purple. HEX triplet: 7D, 2B and 76. RGB value is (125,43,118). Sum of RGB (Red+Green+Blue) = 125+43+118=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2B76 is #82D489. Grayscale: #4B4B4B. Windows color (decimal): -8574090 or 7744381. OLE color: 7744381.

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

Color convert

RGB12543118-
CMYK00.660.060.51
HSL305.12º48.81%32.94%-
HSV(B)305.12º65.6%49.02%-
XYZ12.597.417.9-
YUV76.07151.67162.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=43.71%
G=15.03%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254311800.660.060.51305.1248.8132.94
Hex7D2B760426331313121
Octal1755316601026634616141
Binary1111101101011111011001000010110110011100110001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,43,118); }

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

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

 a { background-color: rgb(125,43,118); }

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

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

 span { border-color: rgb(125,43,118); }

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