#7E2583

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

Shades of Dark Purple #7E2583

Tints of Dark Purple #7E2583

Color information

#7E2583 (or 0x7E2583) is unknown color: approx Dark Purple. HEX triplet: 7E, 25 and 83. RGB value is (126,37,131). Sum of RGB (Red+Green+Blue) = 126+37+131=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E2583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2583 is #81DA7C. Grayscale: #4A4A4A. Windows color (decimal): -8510077 or 8594814. OLE color: 8594814.

HSL color Cylindrical-coordinate representation of color #7E2583: hue angle of 296.81º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2583 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12637131-
CMYK0.040.7200.49
HSL296.81º55.95%32.94%-
HSV(B)296.81º71.76%51.37%-
XYZ13.367.422.2-
YUV74.33159.99164.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=42.86%
G=12.59%
B=44.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126371310.040.7200.49296.8155.9532.94
Hex7E25834480311293821
Octal1764520341100614517041
Binary11111101001011000001110010010000110001100101001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,37,131); }

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

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

 a { background-color: rgb(126,37,131); }

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

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

 span { border-color: rgb(126,37,131); }

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