#7E2582

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

Shades of Dark Purple #7E2582

Tints of Dark Purple #7E2582

Color information

#7E2582 (or 0x7E2582) is unknown color: approx Dark Purple. HEX triplet: 7E, 25 and 82. RGB value is (126,37,130). Sum of RGB (Red+Green+Blue) = 126+37+130=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 37 (14.84% from 255 or 12.63% 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 #7E2582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2582 is #81DA7D. Grayscale: #494949. Windows color (decimal): -8510078 or 8529278. OLE color: 8529278.

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

Color convert

RGB12637130-
CMYK0.030.7200.49
HSL297.42º55.69%32.75%-
HSV(B)297.42º71.54%50.98%-
XYZ13.37.3721.84-
YUV74.21159.49164.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.00%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=43.00%
G=12.63%
B=44.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126371300.030.7200.49297.4255.6932.75
Hex7E25823480311293821
Octal1764520231100614517041
Binary1111110100101100000101110010000110001100101001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,37,130); }

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

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

 a { background-color: rgb(126,37,130); }

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

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

 span { border-color: rgb(126,37,130); }

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