#7E046A

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

Shades of Purple #7E046A

Tints of Purple #7E046A

Color information

#7E046A (or 0x7E046A) is unknown color: approx Purple. HEX triplet: 7E, 04 and 6A. RGB value is (126,4,106). Sum of RGB (Red+Green+Blue) = 126+4+106=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E046A is #81FB95. Grayscale: #333333. Windows color (decimal): -8518550 or 6947966. OLE color: 6947966.

HSL color Cylindrical-coordinate representation of color #7E046A: hue angle of 309.84º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E046A is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB1264106-
CMYK00.970.160.51
HSL309.84º93.85%25.49%-
HSV(B)309.84º96.83%49.41%-
XYZ11.255.5614.12-
YUV52.11158.42180.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.39%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=53.39%
G=1.69%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126410600.970.160.51309.8493.8525.49
Hex7E46A06110331365e19
Octal17641520141206346613631
Binary111111010011010100110000110000110011100110110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,4,106); }

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

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

 a { background-color: rgb(126,4,106); }

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

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

 span { border-color: rgb(126,4,106); }

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