#7E1586

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

Shades of Purple #7E1586

Tints of Purple #7E1586

Color information

#7E1586 (or 0x7E1586) is unknown color: approx Purple. HEX triplet: 7E, 15 and 86. RGB value is (126,21,134). Sum of RGB (Red+Green+Blue) = 126+21+134=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E1586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1586 is #81EA79. Grayscale: #404040. Windows color (decimal): -8514170 or 8787326. OLE color: 8787326.

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

Color convert

RGB12621134-
CMYK0.060.8400.47
HSL295.75º72.9%30.39%-
HSV(B)295.75º84.33%52.55%-
XYZ13.186.6923.15-
YUV65.28166.79171.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.84%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=44.84%
G=7.47%
B=47.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126211340.060.8400.47295.7572.930.39
Hex7E158665402F128491e
Octal17625206612405745011136
Binary1111110101011000011011010101000101111100101000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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