#7E1387

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

Shades of Purple #7E1387

Tints of Purple #7E1387

Color information

#7E1387 (or 0x7E1387) is unknown color: approx Purple. HEX triplet: 7E, 13 and 87. RGB value is (126,19,135). Sum of RGB (Red+Green+Blue) = 126+19+135=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E1387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1387 is #81EC78. Grayscale: #3F3F3F. Windows color (decimal): -8514681 or 8852350. OLE color: 8852350.

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

Color convert

RGB12619135-
CMYK0.070.8600.47
HSL295.34º75.32%30.2%-
HSV(B)295.34º85.93%52.94%-
XYZ13.216.6523.51-
YUV64.22167.95172.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=45%
G=6.79%
B=48.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126191350.070.8600.47295.3475.3230.2
Hex7E138775602F1274b1e
Octal17623207712605744711336
Binary1111110100111000011111110101100101111100100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,19,135); }

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

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

 a { background-color: rgb(126,19,135); }

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

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

 span { border-color: rgb(126,19,135); }

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