#7E396A

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

Shades of Palatinate Purple #7E396A

Tints of Palatinate Purple #7E396A

Color information

#7E396A (or 0x7E396A) is unknown color: approx Palatinate Purple. HEX triplet: 7E, 39 and 6A. RGB value is (126,57,106). Sum of RGB (Red+Green+Blue) = 126+57+106=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E396A is #81C695. Grayscale: #535353. Windows color (decimal): -8504982 or 6961534. OLE color: 6961534.

HSL color Cylindrical-coordinate representation of color #7E396A: hue angle of 317.39º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E396A is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB12657106-
CMYK00.550.160.51
HSL317.39º37.7%35.88%-
HSV(B)317.39º54.76%49.41%-
XYZ12.678.414.59-
YUV83.22140.86158.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=43.60%
G=19.72%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265710600.550.160.51317.3937.735.88
Hex7E396A037103313d2624
Octal1767115206720634754644
Binary11111101110011101010011011110000110011100111101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,106); }

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

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

 a { background-color: rgb(126,57,106); }

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

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

 span { border-color: rgb(126,57,106); }

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