#5E045B

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

Shades of Palatinate Purple #5E045B

Tints of Palatinate Purple #5E045B

Color information

#5E045B (or 0x5E045B) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 04 and 5B. RGB value is (94,4,91). Sum of RGB (Red+Green+Blue) = 94+4+91=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E045B is #A1FBA4. Grayscale: #282828. Windows color (decimal): -10615717 or 5964894. OLE color: 5964894.

HSL color Cylindrical-coordinate representation of color #5E045B: hue angle of 302º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E045B is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB94491-
CMYK00.960.030.63
HSL302º91.84%19.22%-
HSV(B)302º95.74%36.86%-
XYZ6.553.2210.17-
YUV40.83156.32165.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.74%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=49.74%
G=2.12%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9449100.960.030.6330291.8419.22
Hex5E45B06033F12e5c13
Octal1364133014037745613423
Binary101111010010110110110000011111111100101110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,4,91); }

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

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

 a { background-color: rgb(94,4,91); }

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

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

 span { border-color: rgb(94,4,91); }

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