#5A3155

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

Shades of Palatinate Purple #5A3155

Tints of Palatinate Purple #5A3155

Color information

#5A3155 (or 0x5A3155) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 31 and 55. RGB value is (90,49,85). Sum of RGB (Red+Green+Blue) = 90+49+85=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3155 is #A5CEAA. Grayscale: #414141. Windows color (decimal): -10866347 or 5583194. OLE color: 5583194.

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

Color convert

RGB904985-
CMYK00.460.060.65
HSL307.32º29.5%27.25%-
HSV(B)307.32º45.56%35.29%-
XYZ6.955.039.2-
YUV65.36139.08145.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.18%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=40.18%
G=21.88%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90498500.460.060.65307.3229.527.25
Hex5A315502E6411331d1b
Octal1326112505661014633533
Binary10110101100011010101010111011010000011001100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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