#56114D

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

Shades of Palatinate Purple #56114D

Tints of Palatinate Purple #56114D

Color information

#56114D (or 0x56114D) is unknown color: approx Palatinate Purple. HEX triplet: 56, 11 and 4D. RGB value is (86,17,77). Sum of RGB (Red+Green+Blue) = 86+17+77=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56114D is #A9EEB2. Grayscale: #2C2C2C. Windows color (decimal): -11136691 or 5050710. OLE color: 5050710.

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

Color convert

RGB861777-
CMYK00.800.100.66
HSL307.83º66.99%20.2%-
HSV(B)307.83º80.23%33.73%-
XYZ5.382.927.3-
YUV44.47146.36157.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=47.78%
G=9.44%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86177700.800.100.66307.8366.9920.2
Hex56114D050A421344314
Octal1262111501201210246410324
Binary10101101000110011010101000010101000010100110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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