#56104D

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

Shades of Palatinate Purple #56104D

Tints of Palatinate Purple #56104D

Color information

#56104D (or 0x56104D) is unknown color: approx Palatinate Purple. HEX triplet: 56, 10 and 4D. RGB value is (86,16,77). Sum of RGB (Red+Green+Blue) = 86+16+77=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #56104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56104D is #A9EFB2. Grayscale: #2B2B2B. Windows color (decimal): -11136947 or 5050454. OLE color: 5050454.

HSL color Cylindrical-coordinate representation of color #56104D: hue angle of 307.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56104D is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB861677-
CMYK00.810.100.66
HSL307.71º68.63%20%-
HSV(B)307.71º81.4%33.73%-
XYZ5.362.887.3-
YUV43.88146.69158.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.04%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=48.04%
G=8.94%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86167700.810.100.66307.7168.6320
Hex56104D051A421344514
Octal1262011501211210246410524
Binary10101101000010011010101000110101000010100110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56104D; }

 p { color: rgb(86,16,77); }

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

<style>
 a { background-color: #56104D; }

 a { background-color: rgb(86,16,77); }

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

<style>
 span { border-color: #56104D; }

 span { border-color: rgb(86,16,77); }

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