#7E0579

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

Shades of Purple #7E0579

Tints of Purple #7E0579

Color information

#7E0579 (or 0x7E0579) is unknown color: approx Purple. HEX triplet: 7E, 05 and 79. RGB value is (126,5,121). Sum of RGB (Red+Green+Blue) = 126+5+121=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0579 is #81FA86. Grayscale: #363636. Windows color (decimal): -8518279 or 7931262. OLE color: 7931262.

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

Color convert

RGB1265121-
CMYK00.960.040.51
HSL302.48º92.37%25.69%-
HSV(B)302.48º96.03%49.41%-
XYZ12.115.9218.59-
YUV54.4165.59179.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=50%
G=1.98%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126512100.960.040.51302.4892.3725.69
Hex7E57906043312e5c1a
Octal1765171014046345613432
Binary1111110101111100101100000100110011100101110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,5,121); }

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

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

 a { background-color: rgb(126,5,121); }

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

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

 span { border-color: rgb(126,5,121); }

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