#7E0D87

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

Shades of Purple #7E0D87

Tints of Purple #7E0D87

Color information

#7E0D87 (or 0x7E0D87) is unknown color: approx Purple. HEX triplet: 7E, 0D and 87. RGB value is (126,13,135). Sum of RGB (Red+Green+Blue) = 126+13+135=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E0D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0D87 is #81F278. Grayscale: #3C3C3C. Windows color (decimal): -8516217 or 8850814. OLE color: 8850814.

HSL color Cylindrical-coordinate representation of color #7E0D87: hue angle of 295.57º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E0D87 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12613135-
CMYK0.070.9000.47
HSL295.57º82.43%29.02%-
HSV(B)295.57º90.37%52.94%-
XYZ13.126.4723.48-
YUV60.7169.94174.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 13 (5.47% from 255) = 4.74%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=45.99%
G=4.74%
B=49.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126131350.070.9000.47295.5782.4329.02
Hex7ED8775A02F128521d
Octal17615207713205745012235
Binary111111011011000011111110110100101111100101000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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