#7e366e

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

Shades of Dark Purple #7E366E

Tints of Dark Purple #7E366E

Color information

#7E366E (or 0x7E366E) is unknown color: approx Dark Purple. HEX triplet: 7E, 36 and 6E. RGB value is (126,54,110). Sum of RGB (Red+Green+Blue) = 126+54+110=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E366E is #81C991. Grayscale: #515151. Windows color (decimal): -8505746 or 7222910. OLE color: 7222910.

HSL color Cylindrical-coordinate representation of color #7E366E: hue angle of 313.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E366E is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12654110-
CMYK00.570.130.51
HSL313.33º40%35.29%-
HSV(B)313.33º57.14%49.41%-
XYZ12.748.215.66-
YUV81.91143.85159.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.45%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=43.45%
G=18.62%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265411000.570.130.51313.334035.29
Hex7E366E039D331392823
Octal1766615607115634715043
Binary1111110110110110111001110011101110011100111001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e366e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,54,110); }

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

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

 a { background-color: rgb(126,54,110); }

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

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

 span { border-color: rgb(126,54,110); }

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