#5A3256

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

Shades of Palatinate Purple #5A3256

Tints of Palatinate Purple #5A3256

Color information

#5A3256 (or 0x5A3256) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 32 and 56. RGB value is (90,50,86). Sum of RGB (Red+Green+Blue) = 90+50+86=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3256 is #A5CDA9. Grayscale: #414141. Windows color (decimal): -10866090 or 5648986. OLE color: 5648986.

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

Color convert

RGB905086-
CMYK00.440.040.65
HSL306º28.57%27.45%-
HSV(B)306º44.44%35.29%-
XYZ7.045.139.42-
YUV66.06139.25145.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.82%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=39.82%
G=22.12%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90508600.440.040.6530628.5727.45
Hex5A325602C4411321d1b
Octal1326212605441014623533
Binary10110101100101010110010110010010000011001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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