#7E3174

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

Shades of Dark Purple #7E3174

Tints of Dark Purple #7E3174

Color information

#7E3174 (or 0x7E3174) is unknown color: approx Dark Purple. HEX triplet: 7E, 31 and 74. RGB value is (126,49,116). Sum of RGB (Red+Green+Blue) = 126+49+116=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3174 is #81CE8B. Grayscale: #4F4F4F. Windows color (decimal): -8507020 or 7614846. OLE color: 7614846.

HSL color Cylindrical-coordinate representation of color #7E3174: hue angle of 307.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3174 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB12649116-
CMYK00.610.080.51
HSL307.79º44%34.31%-
HSV(B)307.79º61.11%49.41%-
XYZ12.857.8917.37-
YUV79.66148.51161.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.30%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=43.30%
G=16.84%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1264911600.610.080.51307.794434.31
Hex7E317403D8331342c22
Octal1766116407510634645442
Binary1111110110001111010001111011000110011100110100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,49,116); }

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

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

 a { background-color: rgb(126,49,116); }

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

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

 span { border-color: rgb(126,49,116); }

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