#7E1582

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

Shades of Purple #7E1582

Tints of Purple #7E1582

Color information

#7E1582 (or 0x7E1582) is unknown color: approx Purple. HEX triplet: 7E, 15 and 82. RGB value is (126,21,130). Sum of RGB (Red+Green+Blue) = 126+21+130=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E1582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1582 is #81EA7D. Grayscale: #404040. Windows color (decimal): -8514174 or 8525182. OLE color: 8525182.

HSL color Cylindrical-coordinate representation of color #7E1582: hue angle of 297.8º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E1582 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12621130-
CMYK0.030.8400.49
HSL297.8º72.19%29.61%-
HSV(B)297.8º83.85%50.98%-
XYZ12.96.5821.71-
YUV64.82164.79171.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.49%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=45.49%
G=7.58%
B=46.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126211300.030.8400.49297.872.1929.61
Hex7E158235403112a481e
Octal17625202312406145211036
Binary111111010101100000101110101000110001100101010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,21,130); }

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

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

 a { background-color: rgb(126,21,130); }

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

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

 span { border-color: rgb(126,21,130); }

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