#5D3156

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

Shades of Palatinate Purple #5D3156

Tints of Palatinate Purple #5D3156

Color information

#5D3156 (or 0x5D3156) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 31 and 56. RGB value is (93,49,86). Sum of RGB (Red+Green+Blue) = 93+49+86=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3156 is #A2CEA9. Grayscale: #424242. Windows color (decimal): -10669738 or 5648733. OLE color: 5648733.

HSL color Cylindrical-coordinate representation of color #5D3156: hue angle of 309.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D3156 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB934986-
CMYK00.470.080.64
HSL309.55º30.99%27.84%-
HSV(B)309.55º47.31%36.47%-
XYZ7.295.29.42-
YUV66.37139.08146.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.79%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=40.79%
G=21.49%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93498600.470.080.64309.5530.9927.84
Hex5D315602F8401361f1c
Octal13561126057101004663734
Binary101110111000110101100101111100010000001001101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,49,86); }

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

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

 a { background-color: rgb(93,49,86); }

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

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

 span { border-color: rgb(93,49,86); }

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