#5E2254

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

Shades of Palatinate Purple #5E2254

Tints of Palatinate Purple #5E2254

Color information

#5E2254 (or 0x5E2254) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 22 and 54. RGB value is (94,34,84). Sum of RGB (Red+Green+Blue) = 94+34+84=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2254 is #A1DDAB. Grayscale: #393939. Windows color (decimal): -10608044 or 5513822. OLE color: 5513822.

HSL color Cylindrical-coordinate representation of color #5E2254: hue angle of 310º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E2254 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB943484-
CMYK00.640.110.63
HSL310º46.88%25.1%-
HSV(B)310º63.83%36.86%-
XYZ6.794.168.83-
YUV57.64142.88153.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.34%
GREEN value IS 34 (13.67% from 255) = 16.04%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=44.34%
G=16.04%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94348400.640.110.6331046.8825.1
Hex5E2254040B3F1362f19
Octal13642124010013774665731
Binary1011110100010101010001000000101111111110011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,34,84); }

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

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

 a { background-color: rgb(94,34,84); }

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

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

 span { border-color: rgb(94,34,84); }

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