#5A2256

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

Shades of Palatinate Purple #5A2256

Tints of Palatinate Purple #5A2256

Color information

#5A2256 (or 0x5A2256) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 22 and 56. RGB value is (90,34,86). Sum of RGB (Red+Green+Blue) = 90+34+86=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2256 is #A5DDA9. Grayscale: #383838. Windows color (decimal): -10870186 or 5644890. OLE color: 5644890.

HSL color Cylindrical-coordinate representation of color #5A2256: hue angle of 304.29º 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 #5A2256 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB903486-
CMYK00.620.040.65
HSL304.29º45.16%24.31%-
HSV(B)304.29º62.22%35.29%-
XYZ6.473.999.23-
YUV56.67144.55151.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=42.86%
G=16.19%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90348600.620.040.65304.2945.1624.31
Hex5A225603E4411302d18
Octal1324212607641014605530
Binary101101010001010101100111110100100000110011000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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