#7E1486

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

Shades of Purple #7E1486

Tints of Purple #7E1486

Color information

#7E1486 (or 0x7E1486) is unknown color: approx Purple. HEX triplet: 7E, 14 and 86. RGB value is (126,20,134). Sum of RGB (Red+Green+Blue) = 126+20+134=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E1486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1486 is #81EB79. Grayscale: #404040. Windows color (decimal): -8514426 or 8787070. OLE color: 8787070.

HSL color Cylindrical-coordinate representation of color #7E1486: hue angle of 295.79º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E1486 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12620134-
CMYK0.060.8500.47
HSL295.79º74.03%30.2%-
HSV(B)295.79º85.07%52.55%-
XYZ13.166.6623.15-
YUV64.69167.12171.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=45%
G=7.14%
B=47.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126201340.060.8500.47295.7974.0330.2
Hex7E148665502F1284a1e
Octal17624206612505745011236
Binary1111110101001000011011010101010101111100101000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,20,134); }

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

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

 a { background-color: rgb(126,20,134); }

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

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

 span { border-color: rgb(126,20,134); }

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