#7E2362

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

Shades of Palatinate Purple #7E2362

Tints of Palatinate Purple #7E2362

Color information

#7E2362 (or 0x7E2362) is unknown color: approx Palatinate Purple. HEX triplet: 7E, 23 and 62. RGB value is (126,35,98). Sum of RGB (Red+Green+Blue) = 126+35+98=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2362 is #81DC9D. Grayscale: #454545. Windows color (decimal): -8510622 or 6431614. OLE color: 6431614.

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

Color convert

RGB1263598-
CMYK00.720.220.51
HSL318.46º56.52%31.57%-
HSV(B)318.46º72.22%49.41%-
XYZ11.416.5212.21-
YUV69.39144.15168.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.65%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=48.65%
G=13.51%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126359800.720.220.51318.4656.5231.57
Hex7E2362048163313e3920
Octal17643142011026634767140
Binary111111010001111000100100100010110110011100111110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,35,98); }

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

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

 a { background-color: rgb(126,35,98); }

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

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

 span { border-color: rgb(126,35,98); }

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