#5A2257

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

Shades of Palatinate Purple #5A2257

Tints of Palatinate Purple #5A2257

Color information

#5A2257 (or 0x5A2257) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 22 and 57. RGB value is (90,34,87). Sum of RGB (Red+Green+Blue) = 90+34+87=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2257 is #A5DDA8. Grayscale: #383838. Windows color (decimal): -10870185 or 5710426. OLE color: 5710426.

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

Color convert

RGB903487-
CMYK00.620.030.65
HSL303.21º45.16%24.31%-
HSV(B)303.21º62.22%35.29%-
XYZ6.514.019.45-
YUV56.79145.05151.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=42.65%
G=16.11%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90348700.620.030.65303.2145.1624.31
Hex5A225703E34112f2d18
Octal1324212707631014575530
Binary10110101000101010111011111011100000110010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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