#5E0857

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

Shades of Palatinate Purple #5E0857

Tints of Palatinate Purple #5E0857

Color information

#5E0857 (or 0x5E0857) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 08 and 57. RGB value is (94,8,87). Sum of RGB (Red+Green+Blue) = 94+8+87=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0857 is #A1F7A8. Grayscale: #2A2A2A. Windows color (decimal): -10614697 or 5703774. OLE color: 5703774.

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

Color convert

RGB94887-
CMYK00.910.070.63
HSL304.88º84.31%20%-
HSV(B)304.88º91.49%36.86%-
XYZ6.423.249.3-
YUV42.72152.99164.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.74%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 87 (34.38% from 255) = 46.03%
R=49.74%
G=4.23%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9488700.910.070.63304.8884.3120
Hex5E85705B73F1315414
Octal13610127013377746112424
Binary10111101000101011101011011111111111100110001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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