#5D3155

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

Shades of Palatinate Purple #5D3155

Tints of Palatinate Purple #5D3155

Color information

#5D3155 (or 0x5D3155) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 31 and 55. RGB value is (93,49,85). Sum of RGB (Red+Green+Blue) = 93+49+85=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3155 is #A2CEAA. Grayscale: #424242. Windows color (decimal): -10669739 or 5583197. OLE color: 5583197.

HSL color Cylindrical-coordinate representation of color #5D3155: hue angle of 310.91º 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 #5D3155 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB934985-
CMYK00.470.090.64
HSL310.91º30.99%27.84%-
HSV(B)310.91º47.31%36.47%-
XYZ7.255.189.21-
YUV66.26138.58147.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.97%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=40.97%
G=21.59%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93498500.470.090.64310.9130.9927.84
Hex5D315502F9401371f1c
Octal13561125057111004673734
Binary101110111000110101010101111100110000001001101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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