#5A3157

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

Shades of Palatinate Purple #5A3157

Tints of Palatinate Purple #5A3157

Color information

#5A3157 (or 0x5A3157) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 31 and 57. RGB value is (90,49,87). Sum of RGB (Red+Green+Blue) = 90+49+87=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3157 is #A5CEA8. Grayscale: #414141. Windows color (decimal): -10866345 or 5714266. OLE color: 5714266.

HSL color Cylindrical-coordinate representation of color #5A3157: hue angle of 304.39º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A3157 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB904987-
CMYK00.460.030.65
HSL304.39º29.5%27.25%-
HSV(B)304.39º45.56%35.29%-
XYZ7.045.069.62-
YUV65.59140.08145.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=39.82%
G=21.68%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90498700.460.030.65304.3929.527.25
Hex5A315702E3411301d1b
Octal1326112705631014603533
Binary1011010110001101011101011101110000011001100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,49,87); }

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

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

 a { background-color: rgb(90,49,87); }

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

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

 span { border-color: rgb(90,49,87); }

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