#7E1D85

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

Shades of Dark Purple #7E1D85

Tints of Dark Purple #7E1D85

Color information

#7E1D85 (or 0x7E1D85) is unknown color: approx Dark Purple. HEX triplet: 7E, 1D and 85. RGB value is (126,29,133). Sum of RGB (Red+Green+Blue) = 126+29+133=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #7E1D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1D85 is #81E27A. Grayscale: #454545. Windows color (decimal): -8512123 or 8723838. OLE color: 8723838.

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

Color convert

RGB12629133-
CMYK0.050.7800.48
HSL295.96º64.2%31.76%-
HSV(B)295.96º78.2%52.16%-
XYZ13.287.0122.84-
YUV69.86163.64168.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.75%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=43.75%
G=10.07%
B=46.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126291330.050.7800.48295.9664.231.76
Hex7E1D8554E0301284020
Octal17635205511606045010040
Binary11111101110110000101101100111001100001001010001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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