#7E2A7A

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

Shades of Dark Purple #7E2A7A

Tints of Dark Purple #7E2A7A

Color information

#7E2A7A (or 0x7E2A7A) is unknown color: approx Dark Purple. HEX triplet: 7E, 2A and 7A. RGB value is (126,42,122). Sum of RGB (Red+Green+Blue) = 126+42+122=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2A7A is #81D585. Grayscale: #4C4C4C. Windows color (decimal): -8508806 or 8006270. OLE color: 8006270.

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

Color convert

RGB12642122-
CMYK00.670.030.51
HSL302.86º50%32.94%-
HSV(B)302.86º66.67%49.41%-
XYZ12.957.519.18-
YUV76.24153.83163.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=43.45%
G=14.48%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1264212200.670.030.51302.865032.94
Hex7E2A7A04333312f3221
Octal1765217201033634576241
Binary111111010101011110100100001111110011100101111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,42,122); }

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

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

 a { background-color: rgb(126,42,122); }

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

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

 span { border-color: rgb(126,42,122); }

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