#7E0F80

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

Shades of Purple #7E0F80

Tints of Purple #7E0F80

Color information

#7E0F80 (or 0x7E0F80) is unknown color: approx Purple. HEX triplet: 7E, 0F and 80. RGB value is (126,15,128). Sum of RGB (Red+Green+Blue) = 126+15+128=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #7E0F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0F80 is #81F07F. Grayscale: #3C3C3C. Windows color (decimal): -8515712 or 8392574. OLE color: 8392574.

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

Color convert

RGB12615128-
CMYK0.020.8800.50
HSL298.94º79.02%28.04%-
HSV(B)298.94º88.28%50.2%-
XYZ12.676.3420.98-
YUV61.07165.77174.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=46.84%
G=5.58%
B=47.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126151280.020.8800.50298.9479.0228.04
Hex7EF8025803212b4f1c
Octal17617200213006245311734
Binary11111101111100000001010110000110010100101011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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