#7D2682

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

Shades of Dark Purple #7D2682

Tints of Dark Purple #7D2682

Color information

#7D2682 (or 0x7D2682) is unknown color: approx Dark Purple. HEX triplet: 7D, 26 and 82. RGB value is (125,38,130). Sum of RGB (Red+Green+Blue) = 125+38+130=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D2682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2682 is #82D97D. Grayscale: #4A4A4A. Windows color (decimal): -8575358 or 8529533. OLE color: 8529533.

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

Color convert

RGB12538130-
CMYK0.040.7100.49
HSL296.74º54.76%32.94%-
HSV(B)296.74º70.77%50.98%-
XYZ13.187.3621.84-
YUV74.5159.32164.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.66%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=42.66%
G=12.97%
B=44.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125381300.040.7100.49296.7454.7632.94
Hex7D26824470311293721
Octal1754620241070614516741
Binary11111011001101000001010010001110110001100101001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,38,130); }

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

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

 a { background-color: rgb(125,38,130); }

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

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

 span { border-color: rgb(125,38,130); }

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