#5D2556

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

Shades of Palatinate Purple #5D2556

Tints of Palatinate Purple #5D2556

Color information

#5D2556 (or 0x5D2556) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 25 and 56. RGB value is (93,37,86). Sum of RGB (Red+Green+Blue) = 93+37+86=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2556 is #A2DAA9. Grayscale: #3B3B3B. Windows color (decimal): -10672810 or 5645661. OLE color: 5645661.

HSL color Cylindrical-coordinate representation of color #5D2556: hue angle of 307.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D2556 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB933786-
CMYK00.600.080.64
HSL307.5º43.08%25.49%-
HSV(B)307.5º60.22%36.47%-
XYZ6.864.329.28-
YUV59.33143.05152.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.06%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=43.06%
G=17.13%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93378600.600.080.64307.543.0825.49
Hex5D255603C8401342b19
Octal13545126074101004645331
Binary1011101100101101011001111001000100000010011010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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