#7E0E85

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

Shades of Purple #7E0E85

Tints of Purple #7E0E85

Color information

#7E0E85 (or 0x7E0E85) is unknown color: approx Purple. HEX triplet: 7E, 0E and 85. RGB value is (126,14,133). Sum of RGB (Red+Green+Blue) = 126+14+133=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E0E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0E85 is #81F17A. Grayscale: #3C3C3C. Windows color (decimal): -8515963 or 8719998. OLE color: 8719998.

HSL color Cylindrical-coordinate representation of color #7E0E85: hue angle of 296.47º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E85 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12614133-
CMYK0.050.8900.48
HSL296.47º80.95%28.82%-
HSV(B)296.47º89.47%52.16%-
XYZ12.996.4422.75-
YUV61.05168.61174.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.15%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=46.15%
G=5.13%
B=48.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126141330.050.8900.48296.4780.9528.82
Hex7EE85559030128511d
Octal17616205513106045012135
Binary111111011101000010110110110010110000100101000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,14,133); }

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

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

 a { background-color: rgb(126,14,133); }

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

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

 span { border-color: rgb(126,14,133); }

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