#5E0557

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

Shades of Palatinate Purple #5E0557

Tints of Palatinate Purple #5E0557

Color information

#5E0557 (or 0x5E0557) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 05 and 57. RGB value is (94,5,87). Sum of RGB (Red+Green+Blue) = 94+5+87=186 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.54% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0557 is #A1FAA8. Grayscale: #282828. Windows color (decimal): -10615465 or 5703006. OLE color: 5703006.

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

Color convert

RGB94587-
CMYK00.950.070.63
HSL304.72º89.9%19.41%-
HSV(B)304.72º94.68%36.86%-
XYZ6.393.189.29-
YUV40.96153.99165.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50.54%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=50.54%
G=2.69%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9458700.950.070.63304.7289.919.41
Hex5E55705F73F1315a13
Octal1365127013777746113223
Binary1011110101101011101011111111111111100110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,5,87); }

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

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

 a { background-color: rgb(94,5,87); }

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

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

 span { border-color: rgb(94,5,87); }

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