#7E2085

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

Shades of Dark Purple #7E2085

Tints of Dark Purple #7E2085

Color information

#7E2085 (or 0x7E2085) is unknown color: approx Dark Purple. HEX triplet: 7E, 20 and 85. RGB value is (126,32,133). Sum of RGB (Red+Green+Blue) = 126+32+133=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2085 is #81DF7A. Grayscale: #474747. Windows color (decimal): -8511355 or 8724606. OLE color: 8724606.

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

Color convert

RGB12632133-
CMYK0.050.7600.48
HSL295.84º61.21%32.35%-
HSV(B)295.84º75.94%52.16%-
XYZ13.357.1622.87-
YUV71.62162.64166.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.30%
GREEN value IS 32 (12.89% from 255) = 11.00%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=43.30%
G=11.00%
B=45.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126321330.050.7600.48295.8461.2132.35
Hex7E208554C0301283d20
Octal1764020551140604507540
Binary11111101000001000010110110011000110000100101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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