#56144D

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

Shades of Palatinate Purple #56144D

Tints of Palatinate Purple #56144D

Color information

#56144D (or 0x56144D) is unknown color: approx Palatinate Purple. HEX triplet: 56, 14 and 4D. RGB value is (86,20,77). Sum of RGB (Red+Green+Blue) = 86+20+77=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56144D is #A9EBB2. Grayscale: #2E2E2E. Windows color (decimal): -11135923 or 5051478. OLE color: 5051478.

HSL color Cylindrical-coordinate representation of color #56144D: hue angle of 308.18º 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 #56144D is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB862077-
CMYK00.770.100.66
HSL308.18º62.26%20.78%-
HSV(B)308.18º76.74%33.73%-
XYZ5.433.017.32-
YUV46.23145.37156.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=46.99%
G=10.93%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86207700.770.100.66308.1862.2620.78
Hex56144D04DA421343e15
Octal126241150115121024647625
Binary1010110101001001101010011011010100001010011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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