#56144E

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

Shades of Palatinate Purple #56144E

Tints of Palatinate Purple #56144E

Color information

#56144E (or 0x56144E) is unknown color: approx Palatinate Purple. HEX triplet: 56, 14 and 4E. RGB value is (86,20,78). Sum of RGB (Red+Green+Blue) = 86+20+78=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56144E is #A9EBB1. Grayscale: #2E2E2E. Windows color (decimal): -11135922 or 5117014. OLE color: 5117014.

HSL color Cylindrical-coordinate representation of color #56144E: hue angle of 307.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56144E is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB862078-
CMYK00.770.090.66
HSL307.27º62.26%20.78%-
HSV(B)307.27º76.74%33.73%-
XYZ5.463.037.5-
YUV46.35145.87156.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=46.74%
G=10.87%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86207800.770.090.66307.2762.2620.78
Hex56144E04D9421333e15
Octal126241160115111024637625
Binary1010110101001001110010011011001100001010011001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56144E; }

 p { color: rgb(86,20,78); }

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

<style>
 a { background-color: #56144E; }

 a { background-color: rgb(86,20,78); }

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

<style>
 span { border-color: #56144E; }

 span { border-color: rgb(86,20,78); }

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