#5E1C57

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

Shades of Palatinate Purple #5E1C57

Tints of Palatinate Purple #5E1C57

Color information

#5E1C57 (or 0x5E1C57) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 1C and 57. RGB value is (94,28,87). Sum of RGB (Red+Green+Blue) = 94+28+87=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1C57 is #A1E3A8. Grayscale: #363636. Windows color (decimal): -10609577 or 5708894. OLE color: 5708894.

HSL color Cylindrical-coordinate representation of color #5E1C57: hue angle of 306.36º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E1C57 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB942887-
CMYK00.700.070.63
HSL306.36º54.1%23.92%-
HSV(B)306.36º70.21%36.86%-
XYZ6.753.99.41-
YUV54.46146.37156.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.98%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=44.98%
G=13.40%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94288700.700.070.63306.3654.123.92
Hex5E1C5704673F1323618
Octal1363412701067774626630
Binary10111101110010101110100011011111111110011001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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