#5E2063

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

Shades of Palatinate Purple #5E2063

Tints of Palatinate Purple #5E2063

Color information

#5E2063 (or 0x5E2063) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 20 and 63. RGB value is (94,32,99). Sum of RGB (Red+Green+Blue) = 94+32+99=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E2063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2063 is #A1DF9C. Grayscale: #393939. Windows color (decimal): -10608541 or 6496350. OLE color: 6496350.

HSL color Cylindrical-coordinate representation of color #5E2063: hue angle of 295.52º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E2063 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB943299-
CMYK0.050.6800.61
HSL295.52º51.15%25.69%-
HSV(B)295.52º67.68%38.82%-
XYZ7.384.3112.25-
YUV58.18151.04153.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.78%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 99 (39.06% from 255) = 44%
R=41.78%
G=14.22%
B=44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9432990.050.6800.61295.5251.1525.69
Hex5E206354403D128331a
Octal1364014351040754506332
Binary101111010000011000111011000100011110110010100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E2063; }

 p { color: rgb(94,32,99); }

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

<style>
 a { background-color: #5E2063; }

 a { background-color: rgb(94,32,99); }

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

<style>
 span { border-color: #5E2063; }

 span { border-color: rgb(94,32,99); }

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