#5D3056

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

Shades of Palatinate Purple #5D3056

Tints of Palatinate Purple #5D3056

Color information

#5D3056 (or 0x5D3056) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 30 and 56. RGB value is (93,48,86). Sum of RGB (Red+Green+Blue) = 93+48+86=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3056 is #A2CFA9. Grayscale: #414141. Windows color (decimal): -10669994 or 5648477. OLE color: 5648477.

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

Color convert

RGB934886-
CMYK00.480.080.64
HSL309.33º31.91%27.65%-
HSV(B)309.33º48.39%36.47%-
XYZ7.255.119.41-
YUV65.79139.41147.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.97%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=40.97%
G=21.15%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93488600.480.080.64309.3331.9127.65
Hex5D3056030840135201c
Octal13560126060101004654034
Binary1011101110000101011001100001000100000010011010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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