#7E0480

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

Shades of Purple #7E0480

Tints of Purple #7E0480

Color information

#7E0480 (or 0x7E0480) is unknown color: approx Purple. HEX triplet: 7E, 04 and 80. RGB value is (126,4,128). Sum of RGB (Red+Green+Blue) = 126+4+128=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #7E0480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0480 is #81FB7F. Grayscale: #363636. Windows color (decimal): -8518528 or 8389758. OLE color: 8389758.

HSL color Cylindrical-coordinate representation of color #7E0480: hue angle of 299.03º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E0480 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1264128-
CMYK0.020.9700.50
HSL299.03º93.94%25.88%-
HSV(B)299.03º96.88%50.2%-
XYZ12.546.0820.93-
YUV54.61169.42178.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.84%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 128 (50.39% from 255) = 49.61%
R=48.84%
G=1.55%
B=49.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12641280.020.9700.50299.0393.9425.88
Hex7E48026103212b5e1a
Octal1764200214106245313632
Binary1111110100100000001011000010110010100101011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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