#56154E

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

Shades of Palatinate Purple #56154E

Tints of Palatinate Purple #56154E

Color information

#56154E (or 0x56154E) is unknown color: approx Palatinate Purple. HEX triplet: 56, 15 and 4E. RGB value is (86,21,78). Sum of RGB (Red+Green+Blue) = 86+21+78=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56154E is #A9EAB1. Grayscale: #2E2E2E. Windows color (decimal): -11135666 or 5117270. OLE color: 5117270.

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

Color convert

RGB862178-
CMYK00.760.090.66
HSL307.38º60.75%20.98%-
HSV(B)307.38º75.58%33.73%-
XYZ5.483.067.51-
YUV46.93145.53155.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=46.49%
G=11.35%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86217800.760.090.66307.3860.7520.98
Hex56154E04C9421333d15
Octal126251160114111024637525
Binary1010110101011001110010011001001100001010011001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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